Where variables can be entered
You can use variables in the following fields for an object’s definition. The third column lists the REXX variable that corresponds to the object attribute that you would use in a TOM EXEC.
Object add/edit dialog field name | Description of field | TOMEXEC API ADD/GET/CHANGE REXX variable name |
---|---|---|
Description | Object description | LINE.DESCR |
Default start command label | Default start command label | LINE.START.DEFLABEL |
Default stop command label | Default stop command label | LINE.STOP.DEFLABEL |
Cmd console name | Command console name | LINE.CONNAME |
Parent strength | Parent to child relationship strength | LINE.STRENGTH |
Verify start? Default reply | Verify-start default reply | LINE.VERIFY.STRDEF |
Verify start? Timeout | Verify-start reply timeout | LINE.VERIFY.STRTIM |
Verify stop? Default reply | Verify-stop default reply | LINE.VERIFY.STPDEF |
Verify stop? Timeout | Verify-stop reply timeout | LINE.VERIFY.STPTIM |
Reinstate at IPL? Default reply | Reinstate-control (un-SUSPEND) at IPL default reply | LINE.REINST.IPL.CONFIRM.DEFAULT |
Reinstate at IPL? Timeout | Reinstate-control (un-SUSPEND) at IPL reply timeout | LINE.REINST.IPL.CONFIRM.TIMEOUT |
User1 | User attribute 1 | LINE.USER1 |
User2 | User attribute 2 | LINE.USER2 |
User3 | User attribute 3 | LINE.USER3 |
User4 | User attribute 4 | LINE.USER4 |
User5 | User attribute 5 | LINE.USER5 |
User6 | User attribute 6 | LINE.USER6 |
User7 | User attribute 7 | LINE.USER7 |
User8 | User attribute 8 | LINE.USER8 |
Parent object or set name | Dependency name | LINE.DEP.n.NAME |
On System | Dependency on-system name See Object status and dependencies for more information about the On System field. | LINE.DEP.n.SYSNAME |
Child to Parent Dependency Strength | Dependency child-to-parent relationship strength | LINE.DEP.n.CHILDSTR |
Property Value | Dependency compare value for User Property | LINE.DEP.n.VALUE |
Server object name | Server object name | LINE.SERVER.n.SERVOBJ |
Command | Pre-start command string/text | LINE.PRESTART.n.CMD |
User Id | Pre-start command user-name for USS-type command | LINE.PRESTART.n.USERNAME |
Spawn job name | Pre-start command spawn-job-name for USS-type command | LINE.PRESTART.n.SPAWNJOB |
Command | Start command string/text | LINE.START.n.CMD |
User Id | Start command user-name for USS-type command | LINE.START.n.USERNAME |
Command | Retry-start command string/text | LINE.STARTRETRY.n.CMD |
User Id | Retry-start command user-name for USS-type command | LINE.STARTRETRY.n.USERNAME |
Spawn job name | Retry-start command spawn-job-name for USS-type command | LINE.STARTRETRY.n.SPAWNJOB |
Command | Post-start command string/text | LINE.POSTSTRT.n.CMD |
User Id | Post-start command user-name for USS-type command | LINE.POSTSTRT.n.USERNAME |
Spawn job name | Post-start command spawn-job-name for USS-type command | LINE.POSTSTRT.n.SPAWNJOB |
Command | Pre-stop command string/text | LINE.PRESTOP.n.CMD |
User Id | Pre-stop command user-name for USS-type command | LINE.PRESTOP.n.USERNAME |
Spawn job name | Pre-stop command spawn-job-name for USS-type command | LINE.PRESTOP.n.SPAWNJOB |
Command | Stop command string/text | LINE.STOP.n.CMD |
User Id | Stop command user-name for USS-type command | LINE.STOP.n.USERNAME |
Command | Retry-stop command string/text | LINE.STOPRETRY.n.CMD |
User Id | Retry-stop command user-name for USS-type command | LINE.STOPRETRY.n.USERNAME |
Spawn job name | Retry-stop command spawn-job-name for USS-type command | LINE.STOPRETRY.n.SPAWNJOB |
Command | Post-stop command string/text | LINE.POSTSTOP.n.CMD |
User Id | Post-stop command user-name for USS-type command | LINE.POSTSTOP.n.USERNAME |
Spawn job name | Post-stop command spawn-job-name for USS-type command | LINE.POSTSTOP.n.SPAWNJOB |
Command | Recovery command string/text | LINE.RECOVERY.n.CMD |
User Id | Recovery command user-name for USS-type command | LINE.RECOVERY.n.USERNAME |
Spawn job name | Recovery command spawn-job-name for USS-type command | LINE.RECOVERY.n.SPAWNJOB |
Command | Active-Check-Program command string/text | LINE.ACTCHKPGM.n.CMD |
User Id | Active-Check-Program command user-name for USS-type command | LINE.ACTCHKPGM.n.USERNAME |
Spawn job name | Active-Check-Program command spawn-job-name for USS-type command | LINE.ACTCHKPGM.n.SPAWNJOB |
Command | Server-connect command string/text | LINE.SERVER.n.CCMD |
User Id | Server-connect command user-name for USS-type command | LINE.SERVER.n.CUSERN |
Spawn job name | Server-connect command spawn-job-name for USS-type command | LINE.SERVER.n.CSPWNJOB |
Command | Server-disconnect command string/text | LINE.SERVER.n.DCMD |
User Id | Server-disconnect command user-name for USS-type command | LINE.SERVER.n.DUSERN |
Spawn job name | Server-disconnect command spawn-job-name for USS-type command | LINE.SERVER.n.DSPWNJOB |
Property Value | User Property value | LINE.USERPROP.n.VALUE |
Started Task name | STM-object STC name | LINE.STM.NAME |
Step name | STM-object step name | LINE.STM.STEP |
Message ID | STM-object start-validation event message id | LINE.STM.STARTEVT.n.ID |
Message | STM-object start-validation event message text | LINE.STM.STARTEVT.n.TEXT |
Originating STC | STM-object start-validation event originating STC name | LINE.STM.STARTEVT.n.ORGINSTC |
Proc/Jobstep | STM-object start-validation event originating step name | LINE.STM.STARTEVT.n.STEP |
Queue | STM-object start-validation event Alert queue name | LINE.STM.STARTEVT.n.ALERTQUEUE |
Key | STM-object start-validation event Alert key | LINE.STM.STARTEVT.n.ALERTKEY |
Message ID | STM-object stop-validation event message id | LINE.STM.STOPEVT.n.ID |
Message | STM-object stop-validation event message text | LINE.STM.STOPEVT.n.TEXT |
Originating STC | STM-object stop-validation event originating STC name | LINE.STM.STOPEVT.n.ORGINSTC |
Proc/Jobstep | STM-object stop-validation event originating step name | LINE.STM.STOPEVT.n.STEP |
Queue | STM-object stop-validation event Alert queue name | LINE.STM.STOPEVT.n.ALERTQUEUE |
Key | STM-object stop-validation event Alert key | LINE.STM.STOPEVT.n.ALERTKEY |
Message ID | STM-object ABEND-validation event message id | LINE.STM.ABENDEVT.n.ID |
Message | STM-object ABEND-validation event message text | LINE.STM.ABENDEVT.n.TEXT |
Originating STC | STM-object ABEND-validation event originating STC name | LINE.STM.ABENDEVT.n.ORGINSTC |
Proc/Jobstep | STM-object ABEND-validation event originating step name | LINE.STM.ABENDEVT.n.STEP |
Queue | STM-object ABEND-validation event Alert queue name | LINE.STM.ABENDEVT.n.ALERTQUEUE |
Key | STM-object start-validation event Alert key | LINE.STM.STARTEVT.n.ALERTKEY |
Full Command and Parameters | UPM-object USS process full command and parameters | LINE.UPM.CMD |
Identifying job name | UPM-object USS process identifying job name | LINE.UPM.IDJOB |
Message ID | UPM-object start-validation event message id | LINE.UPM.STARTEVT.n.ID |
Message | UPM-object start-validation event message text | LINE.UPM.STARTEVT.n.TEXT |
Originating STC | UPM-object start-validation event originating STC name | LINE.UPM.STARTEVT.n.ORGINSTC |
Proc/Jobstep | UPM-object start-validation event originating step name | LINE.UPM.STARTEVT.n.STEP |
Queue | UPM-object start-validation event Alert queue name | LINE.UPM.STARTEVT.n.ALERTQUEUE |
Key | UPM-object start-validation event Alert key | LINE.UPM.STARTEVT.n.ALERTKEY |
Message ID | UPM-object stop-validation event message id | LINE.UPM.STOPEVT.n.ID |
Message | UPM-object stop-validation event message text | LINE.UPM.STOPEVT.n.TEXT |
Originating STC | UPM-object stop-validation event originating STC name | LINE.UPM.STOPEVT.n.ORGINSTC |
Proc/Jobstep | UPM-object stop-validation event originating step name | LINE.UPM.STOPEVT.n.STEP |
Queue | UPM-object stop-validation event Alert queue name | LINE.UPM.STOPEVT.n.ALERTQUEUE |
Key | UPM-object stop-validation event Alert key | LINE.UPM.STOPEVT.n.ALERTKEY |
Message ID | UPM-object ABEND-validation event message id | LINE.UPM.ABENDEVT.n.ID |
Message | UPM-object ABEND-validation event message text | LINE.UPM.ABENDEVT.n.TEXT |
Originating STC | UPM-object ABEND-validation event originating STC name | LINE.UPM.ABENDEVT.n.ORGINSTC |
Proc/Jobstep | UPM-object ABEND-validation event originating step name | LINE.UPM.ABENDEVT.n.STEP |
Queue | UPM-object ABEND-validation event Alert queue name | LINE.UPM.ABENDEVT.n.ALERTQUEUE |
Key | UPM-object start-validation event Alert key | LINE.UPM.STARTEVT.n.ALERTKEY |
WLM Resource name | WRM-object WLM Resource name | LINE.WRM.RESOURCE |
Message ID | WRM-object start-validation event message id | LINE.WRM.STARTEVT.n.ID |
Message | WRM-object start-validation event message text | LINE.WRM.STARTEVT.n.TEXT |
Originating STC | WRM-object start-validation event originating STC name | LINE.WRM.STARTEVT.n.ORGINSTC |
Proc/Jobstep | WRM-object start-validation event originating step name | LINE.WRM.STARTEVT.n.STEP |
Queue | WRM-object start-validation event Alert queue name | LINE.WRM.STARTEVT.n.ALERTQUEUE |
Key | WRM-object start-validation event Alert key | LINE.WRM.STARTEVT.n.ALERTKEY |
Message ID | WRM-object stop-validation event message id | LINE.WRM.STOPEVT.n.ID |
Message | WRM-object stop-validation event message text | LINE.WRM.STOPEVT.n.TEXT |
Originating STC | WRM-object stop-validation event originating STC name | LINE.WRM.STOPEVT.n.ORGINSTC |
Proc/Jobstep | WRM-object stop-validation event originating step name | LINE.WRM.STOPEVT.n.STEP |
Queue | WRM-object stop-validation event Alert queue name | LINE.WRM.STOPEVT.n.ALERTQUEUE |
Key | WRM-object stop-validation event Alert key | LINE.WRM.STOPEVT.n.ALERTKEY |
Message ID | WRM-object ABEND-validation event message id | LINE.WRM.ABENDEVT.n.ID |
Message | WRM-object ABEND-validation event message text | LINE.WRM.ABENDEVT.n.TEXT |
Originating STC | WRM-object ABEND-validation event originating STC name | LINE.WRM.ABENDEVT.n.ORGINSTC |
Proc/Jobstep | WRM-object ABEND-validation event originating step name | LINE.WRM.ABENDEVT.n.STEP |
Queue | WRM-object ABEND-validation event Alert queue name | LINE.WRM.ABENDEVT.n.ALERTQUEUE |
Key | WRM-object start-validation event Alert key | LINE.WRM.STARTEVT.n.ALERTKEY |