How different is the JCL executing a COBOL program?
1) if the program is using VB file as input.
2) if the program is using FB file as input.
Answer / dsingh29
you need to take care of RDW of the VB file while defining
file. In FB file there is no such requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
read all error codes like SB07?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
How 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?
Name the system library from which modules are retrieved at execution
how would you create a temporary dataset? And where will you use them?
What is the function of the steplib dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
There 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?
How to search strings in multiple dataset with conditions 'string1 & string2'?
how to execute the last 5 steps in jcl
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step