TSO variables returned from the IMFEXEC ALERT READQ parameter
The following table lists the TSO variables returned from the READQ parameter.
Name | Contents | Length/Format | Example |
---|---|---|---|
AMFALARM | Alarm value of the alert | 1 / Y (YES) or N (NO) | Y (for YES) |
AMFCOLOR | Color of ALERT | 6 / As specified by COLOR parameter | RED |
AMFEDIR | Increase or decrease the priority of the ALERT when it is escalated | 1 / Character (U or D) | D |
AMFEDISP | Keep or delete the ALERT at the final escalation level | 1 / Character (K or D) | KEEP |
AMFEEXEC | Name of EXEC and EXEC parameters scheduled at final escalation priority | 0-256 / Character | ALRTEXEC |
AMFEINT1 - 6 | Number (in minutes) from 0 to 9999 | 4 / Numeric (or null) | 15 |
AMFEXEC | EXEC and EXEC parameters associated with the ALERT | 0-256 / Character | DBSTART SHIFT2 |
AMFHELP | Extended Alert member name | 8 / Character | HELPXT2 |
AMFIDATE | Date ALERT was issued | 9 / dd-mmm-yy | 14-FEB-92 |
AMFITIME | Time ALERT was issued | 8 / hh:mm:ss | 12:02:24 |
AMFKEY | Key of the ALERT | 1-64 / Character | DASD01 |
AMFORGN | Origin of ALERT | 1-8 / Character | CICSPROD |
AMFPCMD | Primary command specified in ALERT | 0-256 / Character | CICS; EX TRAN |
AMFPRIOR | Priority of ALERT | 13 / As specified in PRIORITY parameter | INFORMATIONAL |
AMFPSYS | Value for SYSTEM keyword (could be either YES or NO) | 1 / Character (Y or null) | Y |
AMFPUB | Value of the PUBLISH keyword when an ALERT is created | 2-7/ADD, REPLACE, or NO | ADD |
AMFQUEUE | Name of queue for ALERT | 8 / Character | MAIN |
AMFRTAIN | Specifies whether to retain an ALERT across BBI-SS PAS warm and cold starts | 1 / Character (Y or N) | Y |
AMFSSID | System from which ALERT was issued | 8 / Character | SYSB |
AMFTEXT | Text of the ALERT | 0-255 / Character | This is a test ALERT |
AMFTGT | Target to which ALERT was issued | 1-8 / Character | IMS22P |
AMFUDATA | User data string | 0-256 / Character | Any value specified in UDATA parameter |
AMFUSER | Name of the user ID that the ALERT is addressed to | 8 / Character | JDB1 |
Related topic