I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
16 34931I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
9 24437There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
9 18904How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
2 8892
how do you code a null statement?
Give the syntax of job specifying jcl statement.
What is job control language?
define cond parameter in jcl?
What is the purpose of dd?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is JCL?
What is the function of dd disp parameter?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
which utility is used to sort a file in jcl?
How is a type of file defined in the jcl that executes the cobol program?
What is notcat 2 - gs?
What is Cataloged Procedures?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is use of disp parameter in dd statement?