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 Posted / 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 |
Post New Answer View All Answers
How can a fb file convert to vb file using sort program?
What is the significance of addrspc parameter in the exec statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is DSN parameter and DISP parameter is used for?
What is one line to pass PARM from JCL to COBOL?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the function of dd name parameter with a 2 part structure; audit.report?
define cond parameter in jcl?
Are there any set of rules for the names of the steps used in a job?
Explain in DD statement what is the use of DCB parameter?
what is DD statement is used in JCL?
How can values be passed from the job stream to an executable program?
How do you submit a job for execution?
What is the function of //cntl statement?