CA Spool transformer: not using JSL
search cancel

CA Spool transformer: not using JSL

book

Article ID: 192590

calendar_today

Updated On:

Products

Spool

Issue/Introduction

Using the following JCL to create XEROX report:

//GENER    EXEC PGM=IEBGENER                                     
//DJDE     OUTPUT DEST=ESF,FORMS=STD,                            
//         USERDATA=('JDL=XENOS,JDE=STRTON,END;')               
//SYSPRINT DD SYSOUT=*                                           
//SYSIN    DD DUMMY                                              
//SYSUT1   DD DSN=input-file,DISP=SHR              
//SYSUT2   DD SYSOUT=A,OUTPUT=*.DJDE,DEST=EMAIL          

The transformer is not recognizing the JDL and JDE informed in the OUTPUT card.

 

Environment

Release : 14.0

Component : CA Spool

Resolution

The JSL must be set in the FORMDEF JCL keyword and the JDE in the PAGEDEF keyword.

See the example below:

//DJDE OUTPUT DEST=OMS,FORMS=STD,
// FORMDEF=XENOS,PAGEDEF=STRTON