On Mon, 31 Oct 2011 15:52:59 -0500, Roberts, John J wrote:

>I have a requirement to generate cross references of JCL Source.  I need to 
>have a database that I can query ...
>
>So I wonder: is there any possibility of my invoking z/OS JES3 routines to 
>fully resolve JCL source?  I know that the JCL Converter/Interpreter does this 
>when you submit a job, but the result is a bunch of internal control blocks 
>chained together.  But is there anything that can take "complex JCL" as input 
>and output "simple JCL text" as file output (with all PROCs, INCLUDEs, and 
>symbols resolved)? Also, this needs to be something that can be done as a 
>regular application program, not something where I need to involve the 
>SysProgs (IEFUJV etc.).
>
Would it be feasible to submit the job with TYPRUN=HOLD (TYPRUN=SCAN is 
irreparably
broken) and scan the resolved JESJCL with SDSF, then cancel it?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to