Feeds:
Posts
Comments

Archive for the ‘tso’ Category

Very useful tip to automate the task of transmitting a data from one region to another region.
 
To Transmit
 
//XMIT    EXEC PGM=IKJEFT01,DYNAMNBR=20
//DDIN     DD  DISP=SHR,DSN=<your.dataset.to.be.sent>
//DDOUT    DD  DISP=(,CATLG),DSN=<use.this.dataset.if.you.want.to.ftp>,
//             DCB=(RECFM=FB,LRECL=80,BLKSIZE=27800),
//             SPACE=(TRK,(15,15)),UNIT=SYSDA
//SYSPRINT DD  SYSOUT=*  
//SYSTSPRT DD  SYSOUT=*
//SYSTSIN  DD  *  
  TRANSMIT NATSTAR +
     NOCOPYLIST [...]

Read Full Post »

Add a printer to JES

To add a printer to JES, can use the following command
$add  PRTnnnn.
To delete a printer from Jes
$DEL DESTID(PRTnnnn) ;        PRTnnnn = printer name

Read Full Post »