John Mattson wrote: >In SDSF "INPUT ON" will show you the //SYSIN DD * lines for a job on the >input or executing queues. >Is there any way to show what is between the //SYSIN DD * ... and /* lines >when using TYPRUN=SCAN?
>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. Why not using the replies (ST, SE, etc) from others in a batch REXX and SDSF combination? Say, first SDSF in batch, you obtain a list of jobnames, then with second SDSF in batch, you extract each job's contents. Why not ask the original submitters (persons, not programs ;-D ) who maintained that jobs directly? Obtain from them the JCL from their libraries and scan for SYSIN and /*. This should be easy with REXX. HTH! Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
