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 |
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
what is the Difference between SYSIN and PARM ?
How do you overcome this limitation ?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
how are instream data terminated?
Explain how can return codes be tested before execution of a job step?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
what is alternate index?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?