Can I send output of job to my remote device careerride123?
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
What are isolation levels? Where do we need to specify them in compiling JCL?
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
How to change default PROCLIB?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
Can we write same stepname for one or more steps in on job ?
what is DD statement is used in JCL?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to check empty file in jcl?
how do u define a file in cobol and jcl ?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?