gtpo1m4sOperations

ZDSVC-Display SVC Code in Hexadecimal

Use this command to display the supervisor call (SVC) code for a specified macro and the index number of the entry in the secondary SVC table (if this is an indexed SVC). The information is displayed in hexadecimal format.

Requirements and Restrictions

None.

Format




macro
is a 5-character alphanumeric macro name or a 6-character alphanumeric mnemonic representing macros that generate different SVCs depending on the parameters supplied. Table 6 shows these mnemonics and the macros they represent.

Table 6. Macro Mnemonics for the ZDSVC Command

Mnemonic Macro Name
CRETCM, CRETCS CRETC
FILSCP, FILSCD FILSC
FINSCP, FINSCD FINSC
SENDCA, SENDCB, SENDCK, SENDCL, SENDCC, SENDCT SENDC
KETSCL, KETSCS, KETSCD KETSC
KETLCL, KETLCS, KETLCD KETLC
PLONC1, PLONC2 PLONC

Additional Information

Examples

The following example displays the hexadecimal SVC code for the FINWC macro.

+--------------------------------------------------------------------------------+
|User:   ZDSVC FINWC                                                             |
|                                                                                |
|System: DSVC0001I 09.59.56 FINWC  PRIMARY HEX 26                                |
+--------------------------------------------------------------------------------+

The following example displays the hexadecimal SVC code for the PROGC macro.

+--------------------------------------------------------------------------------+
|User:   ZDSVC PROGC                                                             |
|                                                                                |
|System: DSVC0004I 09.59.56 PROGC  PRIMARY HEX 3B  INDEX HEX 0000                |
+--------------------------------------------------------------------------------+

Related Information

See TPF Main Supervisor Reference for more information about supervisor call (SVC) code.