At 06:12 -0800 on 03/03/2015, esmie moo wrote about JCL QUESTION : CODING DESTINATION PARM:

Good Morning Gentle Readers,

I am having a problem trying to send the output from one LPAR to another LPAR's remote printer.

Here is my JCL :

/*                                                           
//STEP1    EXEC PGM=IEBGENER
//SYSPRINT DD  SYSOUT=A,DEST=RKEM1,RMT102                    
//SYSUT1   DD  DUMMY                                         
//SYSUT2   DD DSN=HS2.SMF.MONTH,                                
//         DISP=(,CATLG,KEEP),UNIT=3390,                     
//         DCB=(RECFM=VBS,LRECL=32760,BLKSIZE=27998,DSORG=PS),
//         SPACE=(CYL,(1,1))                    

RKEM1 is the LPAR node
RMT102 is the printer on that LPAR

If the JES2 Node ID is RKEM1 and RMT102 is defined on that node, the DEST you want is DEST=RKEM1.RMT102 (period not comma).

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to