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 |
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
What will happen if we write two STOP RUN's in a COBOL program?
What are steplib and joblib?
The maximum number of steps in a job?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
What is the max blocksize for a Tape file?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
How is a type of file defined in the jcl that executes the cobol program?
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