Name the system library from which modules are retrieved at
execution
Answers were Sorted based on User's Feedback
Answer / venkat
sys1.cee.sceerun is the library which will be used to pick
up the modules necessary during the run time or
execution...
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / pradeep
What Venkat has replied is right. You can view these
details by providing the command, TSO SHOWMVS
| Is This Answer Correct ? | 0 Yes | 0 No |
List in order the hierarchical levels of jcl?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
How I sort the records in a file and copy the first 10 records to another file
What is the meaning of keyword in JCL? What is its opposite?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
wht r different types of sorts ?
List some valid operation codes in JCL
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
When should DISP=MOD is used?
Explain about LMCOPY -
What are hierarchy levels in jcl?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?