Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Start System/36 (STRS36) command starts a System/36 environment session (if one is not active already). Even if the System/36 environment is active, this command allows the user to show a menu or run a program or procedure before showing a menu.
When the command ends, the System/36 environment returns to the active or inactive state from which this command is issued.
Restrictions: This command cannot be used if a System/36 procedure is already in process. This command cannot be placed in a procedure or in a program that is started by a procedure.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
MENU | Menu | Name, *SAME | Optional, Positional 1 |
CURLIB | Current library | Name, *SAME | Optional, Positional 2 |
PRC | Procedure or program | Name, *NONE | Optional, Positional 3 |
FRCMNU | Force menu | *NO, *YES | Optional |
Top |
Specifies the first menu that is shown when the System/36 environment is started.
The possible values are:
Top |
Specifies the current library to use in the System/36 environment.
The possible values are:
Top |
Specifies the name of the procedure or program to run before the menu is shown.
The possible values are:
Top |
Specifies whether a menu is shown and what this command does in an active System/36 environment.
The possible values are:
Top |
STRS36 MENU(USER) CURLIB(MYLIB) PRC(INITPROC)
This command starts a System/36 environment session. This command:
Top |
*ESCAPE Messages
Top |