I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
No Answer is Posted For this Question
Be the First to Post Answer
when GDG version number get changed ? bcz always Generations only increasing.
how to run JCL thru COBOL.
How can we see data in TEMPARARY DATA SET in JCL ?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
Explain about LMINIT - generate a data ID for a data set
can we copy a file from fixed block to variable block and vice versa ....asap
What are the 4 fields in dd statement?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
there are 10 steps in jcl how to execute the steps from step2 to step8 only