//CTDUPTR EXEC CTDUPTR 
 | 
//SYSIN DD * 
 | 
     [MODE= PROD | TEST] 
 | 
     LIBRARY= library dataset name 
 | 
     MEMBER= member name 
 | 
     
 | 
 [SELECT 
 | 
     [RECIPIENT=recipient name] 
 | 
     [LEVEL=recipient level] 
 | 
     [PARENT=parent name] 
 | 
     [PARENT-LEVEL=parent level] 
 | 
     [SYNONYM=synonym] 
 | 
     [AUTHORIZE=TSO user] 
 | 
     [DESC=description substring] 
 | 
     [ADDRESS=address substring] 
 | 
 [CHANGE TO 
 | 
     [RECIPIENT=recipient name] 
 | 
     [LEVEL=recipient level] 
 | 
     [PARENT=parent name] 
 | 
     [PARENT-LEVEL=parent level] 
 | 
     [SYNONYM= 
 | 
              synonyms update statements ]            
 | 
       [AUTHORIZE= 
 | 
              TSO users update statements ]            
 | 
       [DESC= 
 | 
              description update statements ]       
 | 
       [ADDRESS= 
 | 
              address update statements ]  
 | 
       [INDEX=Y|N] 
 | 
       [USER-BANNER=Y|N] 
 | 
       [REPORT-BANNER=Y|N] 
 | 
       [PC-AUTHORIZE=N]]] 
 | 
     
 | 
[DELETE  [WITHCHILD] 
 | 
     [RECIPIENT=recipient name] 
 | 
     [LEVEL=recipient level] 
 | 
     [PARENT=parent name] 
 | 
     [PARENT-LEVEL=parent level] 
 | 
     [SYNONYM=synonym] 
 | 
     [AUTHORIZE=TSO user] 
 | 
     [DESC=description substring] 
 | 
     [ADDRESS=address substring]] 
 | 
    
 | 
[INSERT 
 | 
     RECIPIENT=recipient name 
 | 
     LEVEL=recipient level 
 | 
     [PARENT=parent name] 
 | 
     [PARENT-LEVEL=parent level] 
 | 
     [SYNONYM= 
 | 
              synonyms update lines]            
 | 
       [AUTHORIZE= 
 | 
              TSO users update lines]            
 | 
       [DESC= 
 | 
              description update lines]       
 | 
       [ADDRESS= 
 | 
              address update lines]  
 | 
       [INDEX=Y|N] 
 | 
       [USER-BANNER=Y|N] 
 | 
       [REPORT-BANNER=Y|N] 
 | 
       [PC-AUTHORIZE=N]] 
 | 
    
 | 
[COPY recipient name TO 
 | 
     RECIPIENT=recipient name 
 | 
     [LEVEL=recipient level] 
 | 
     [PARENT=parent name] 
 | 
     [PARENT-LEVEL=parent level] 
 | 
     [SYNONYM= 
 | 
              synonyms update lines]            
 | 
       [AUTHORIZE= 
 | 
              TSO users update lines]            
 | 
       [DESC= 
 | 
              description update lines]       
 | 
       [ADDRESS= 
 | 
              address update lines]  
 | 
       [INDEX=Y|N] 
 | 
       [USER-BANNER=Y|N] 
 | 
       [REPORT-BANNER=Y|N] 
 | 
       [PC-AUTHORIZE=N]] 
 |