| Keyword | Description | 
|---|---|
| _Pgmlist(name) |  Specifies the key of a program list table (PLT) record. Mandatory. 
                              				  
                               Name can be up to two characters in length. Acceptable characters are A through Z, a through z, 0 through 9, $, @ and #.  |  
                           			 
                        
| Group(groupname) |  Names the group the program list definition belongs to. Mandatory. 
                              				  
                               Groupname can be up to eight characters in length. Acceptable characters are A through Z, 0 through 9, $, @ and #. Do not specify a group name starting with DFH, as Mainframe Subsystem Support (MSS) uses that prefix for system groups.  |  
                           			 
                        
| Description(text) |  Describes the program list record. Optional. 
                              				  
                               Text can be up to 60 characters in length, with no restrictions except that if you use a left parenthesis you must ensure that there is a matching right parenthesis.  |  
                           			 
                        
| _PGMPH(name,phase) |  Specifies the name of a program and the phase in which it is to run, separated by a comma. Both parameters are mandatory.
                              
                              				  
                               Name can be up to eight characters in length. Acceptable characters are A through Z, 0 through 9, $, @ and #. Do not specify a program name starting with DFH, as MSS uses that prefix for system programs. Phase specifies the start up phase in which the program is to be run. It must have a value of 1 or 2. This parameter may be repeated to a maximum of 64 occurrences.  |  
                           			 
                        
DEFINE _PGMLIST(SD) GROUP(TEST)
DESCRIPTION(Shutdown List)
       _PGMPH(PLTWTO,1) _PGMPH(PLTWTO2,2)