Previous Topic: Load Module FormatNext Topic: Panels in VLS Format


Programs in VLS Format

For CA Ideal programs that run as VLS objects in a CICS environment, each user concurrently running the program has a separate copy of the entire object program. The updateable part is written and accessed in the EDSA, CICS Extended Dynamic Storage Area. At the end of each transaction, the readonly portion of the program is written to CICS temporary storage. When the next transaction for that program is executed, the object program is reloaded from CICS temporary storage.