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
What is the purpose of disp parameter?
How does the jcl specify the job to os?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
a dd statement has 2 types of parameters. Name them?
Give the syntax of job specifying jcl statement.
What is the function of //cntl statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to pass the parameter in parm using linkage section ? (syntax)?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What are the jcl procedures?
Explain how can a jobs execution priority be modified?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is timing concept in mainframe?