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 |
How can an in-stream dataset be terminated?
mainframe questions like basic&depth
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is default if we don't specify RD parameter at all ?
What are the common keyword parameters in both job and exec statements
How can unused space allocation be returned to the system when a dataset is closed?
how can i use the parameters decalred in main pgm in sub pgm
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain about Internal Sort
What are hierarchy levels in jcl?
How can we see data in TEMPARARY DATA SET in JCL ?
How to pass data to a program that is coded in an exec statement?