SUBSYS with DD Statements and SVC 99 Text Units

SUBSYS can be specified as a keyword on a DD statement and as a Text Unit (TU) on SVC 99. In call cases, the syntax is equivalent to:

SUBSYS=(subsystem-name[,subsystem-subparameter]...)

Where :

For example, on the DD statement:

//someddn DD SUBSYS=(OODA,A,DKP39CPM,’PPP3’,STD,,USER),
    //           DSN=MFIDSA.SUBSYS1B.NEW.OODA.NOTUSED,
    //           OUTPUT=(*.OUTSJ,*.OUTHORSE)