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 [...]
Archive for the ‘tso’ Category
Automating the TRASMIT/RECEIVE tasks in Batch program
Posted in IBM Mainframe business news, tso, tagged ftp, region transfer, TSO Receive, XMIT on May 6, 2008 | 1 Comment »
Add a printer to JES
Posted in tso, tagged $DEL, DESTID, JES, JES Commands on May 4, 2008 | Leave a Comment »
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


