How jcl is used for testing batch programs?
What is the function of //cntl statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What do you know about jcl?
what is the purpose of coding notify parameter in job statement?
Explain the purpose of dd dummy statement?
Can I share my data with other jobs? How?
which parameter is used to check the syntax of a jcl without executing it?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is DSN parameter and DISP parameter is used for?
What is one line to pass PARM from JCL to COBOL?
What is the function of //jcllib statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain the job statement in jcl?