What are the default system and catalog libraries in JCL?
Answers were Sorted based on User's Feedback
Answer / kiran
The default system library is SYS1.LINKLIB which contains all the IBM supplied system programs such as compilers,linkage editor and service programs.
| Is This Answer Correct ? | 3 Yes | 0 No |
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
can we write a proc with in a proc
how can u identify the db2 from jcl ?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
Is it possible to left uncode disp? If yes, how?
Can we use empty VSAM as input?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
What are the rules employed while naming the steps in a job?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
how to run JCL thru COBOL.
wht do u mean by notify parameter, how can u give acess to multiple users ?
How are datasets concatenated?