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?
Explain the purpose of the dd keylen parameter?
Mention the types of job control statements?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Is condition checking possible in jcl? If yes, how?
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
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the parameters that are used in creating a gdg?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What parameter directs the output of the job log dataset?
Which dd parameters are required?
how can you check if a file is empty using jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain the function of a dd statement?
How jcl work to handle various input output file operations?