WELL. Long story.  We are converting to a new scheduling product and 
will be eliminating some specialized OEM products.  So I have to inventory 
and analyze ALL 2,852 jobs in our current schedule.  That means expand the 
JCL and procs, and look at what each job runs, and prepare them for 
conversion to the new system.  TYPRUN=SCAN puts what I need in the JES 
queue.  JES2DISK Rexx  reads all of the job sysout and sends it to a disk 
data set. Then do some edit macros and get each one down to just the 
information I really need.  Only one little problem... 
        The //sysin dd * stuff in the Job JCL.  It is "there" in SDSF, I 
can see it in TSO SDSF option ST, but I cannot get that DSID from the 
REXX.  I can do it manually, but would rather not.  So that's the 
question.  JES has the inline card images.  SDSF can display them in TSO. 
But HOW can I get them using REXX? 



From:   Lizette Koehler <[email protected]>
To:     [email protected]
Date:   07/12/2012 04:16 PM
Subject:        Re: Show the //SYSIN DD *  lines when using TYPRUN=SCAN?
Sent by:        IBM Mainframe Discussion List <[email protected]>



>
>In SDSF  "INPUT ON" will show you the //SYSIN DD *  lines for a job on 
the 
>input or executing queues. But NOT the output queue. 
>Is there any way to show what is between the //SYSIN DD * ... and /* 
lines 
>when using TYPRUN=SCAN? 
>I do not have CA's or other JCL analysis programs, only IBM 'vanilla' 
>stuff. 
>I know I could look at the input JCL and see it right there, but there is 

>a couple of thousand jobs involved here, and I would to find a better 
way. 
> 
>

So I guess I would be curious as to what you are working on?
Are you looking for validating JCL and scanning for certain text in the 
SYSIN?

TYPRUN=SCAN is only JCL checking and so will not really "show" the output 
of the SYSIN.  Yes, in SDSF the SJ command can show it, but you indicate 
there are a couple of thousand jobs.  So I am guessing you are looking for 
a REXX SDSF process to do "something".  Can you elaborate?


Lizette

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


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

Reply via email to