gtps1m5q | System Macros |
Use this system macro to create the user indexed supervisor call (SVC) table and the user entries for the primary SVC table. This macro contains the CRESVC macro calls but you can modify the macro to contain the new SVCs.
See CRESVC-Create an SVC/Fast-Link Table Entry for more information about the CRESVC macro.
Format
|
Entry Requirements
None.
Return Conditions
None.
Programming Considerations
Examples
The following set of CRESVC macro invocations define various user SVCs.
CRESVC MACRO=USER1,NUMBER=97,PARMTYP=U,GRPCODE=00, ROUTINE=A(CPMCIT-CPMAAA),SVCTYPE=USER
* CRESVC MACRO=USER2,NUMBER=127,PARMTYP=U,GRPCODE=00, ROUTINE=A(CPMCIT-CPMAAA),SVCTYPE=USER
* CRESVC MACRO=USER7,NUMBER=253,PARMTYP=U,GRPCODE=00, ROUTINE=A(CPMCIT-CPMAAA),SVCTYPE=USER *
* CRESVC MACRO=USERI1,NUMBER=000,PARMTYP=F,GRPCODE=00, ROUTINE=A(CPMCIT-CPMAAA),ECBSYS=(CE1FA0,CE1SUG+1-CE1FA0), PARMLN=10,SVCTYPE=USER_I
* CRESVC MACRO=USERI2,NUMBER=001,PARMTYP=F,GRPCODE=00, ROUTINE=A(CPMCIT-CPMAAA),ECBSYS=(CE1FA0,CE1SUG+1-CE1FA0), PARMLN=10,SVCTYPE=USER_I *