<snip>
I only receive the DD * data in SYSUT2, not the copied ISCLG.JCL(SHOWIT)

proc. 
 * ------------------------------------------------------------------ * 
 * THIS IS THE PROC YOUR EXECUTING                                    * 
 * ------------------------------------------------------------------ * 
</snip>

This is consistent with the provided example.


</snip>
If I change the proc so that SYSUT1 is last statement, everything works 
fine (I see the proc as well as the comments). 

 * ------------------------------------------------------------------ * 
 * THIS IS THE PROC YOUR EXECUTING                                    * 
 * ------------------------------------------------------------------ * 
//SHOWIT  PROC
...
</snip>

Nothing in the provided example would cause the SHOWIT proc to be
displayed.

1) View the output in SDSF via  the ? on the job selection panel
2) check your default MSGLEVEL

If the above does not resolve the issue, provide the full JESLOG, JCL
Listing and JESMSGS

HTH,




<snip>
I'm wondering if anyone else has seen this phenomenon.  Doesn't seem
right 
to me. 

I have a proc that looks like this

//SHOWIT  PROC 
//STEP010 EXEC PGM=IEBGENER 
//SYSPRINT  DD SYSOUT=* 
//SYSUT1    DD DDNAME=INPUT  
//SYSIN     DD DUMMY 
//SYSUT2    DD SYSOUT=* 
//SHOWIT  PEND 

in the dataset ISCLG.JCL(SHOWIT) 

I execute it with JCL like 
//ISCLGTES JOB 3432000, 
//             'CHIP GRANTHAM X7382', 
//             CLASS=S, 
//             MSGCLASS=X 
// JCLLIB ORDER=ISCLG.JCL 
//STEP010 EXEC SHOWIT 
//INPUT   DD  *        
 * ------------------------------------------------------------------ * 
 * THIS IS THE PROC YOUR EXECUTING                                    * 
 * ------------------------------------------------------------------ * 
//        DD  DISP=SHR,DSN=ISCLG.JCL(SHOWIT) 

I only receive the DD * data in SYSUT2, not the copied ISCLG.JCL(SHOWIT)

proc. 
 * ------------------------------------------------------------------ * 
 * THIS IS THE PROC YOUR EXECUTING                                    * 
 * ------------------------------------------------------------------ * 

If I change the proc so that SYSUT1 is last statement, everything works 
fine (I see the proc as well as the comments). 

 * ------------------------------------------------------------------ * 
 * THIS IS THE PROC YOUR EXECUTING                                    * 
 * ------------------------------------------------------------------ * 
//SHOWIT  PROC 
//STEP010 EXEC PGM=IEBGENER 
//SYSPRINT  DD SYSOUT=* 
//SYSIN     DD DUMMY 
//SYSUT2    DD SYSOUT=* 
//SYSUT1    DD DDNAME=INPUT  
//SHOWIT  PEND 

Is this right?
</snip>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Reply via email to