Previous Topic: Operand DefinitionsNext Topic: ALTER SIGNON Command


ALTER PROGRAM RUN-STATUS Command

RUN-STATUS for panels and programs is an obsolete mechanism that has been replaced by Load Module format for production execution. This description is included here as an explanation of the attribute.The command is not applicable for programs in load module format. RUN-STATUS is not effective on VLS object, but the command is accepted to prevent syntax errors in existing procedures.

This command has the following format:

                                                {PRIVATE }
ALTER PROGRAM name [VERSION version] RUN‑STATUS {SHARED  }
                                                {RESIDENT}

All 3 options (PRIVATE, SHARED, RESIDENT) are treated as PRIVATE. Each user concurrently running the program has a separate copy of the entire object program.