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 |
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
suppose i have 10 job steps and i want to execute only step 6.How to write?
what is the meaning of keyword in jcl?what is is opposite?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
what is alternate index?
Explain the jcl exec statement?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.
How do You skip a Step In JCL?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?