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.



How different is the JCL executing a COBOL program? 1) if the program is using VB 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

Post New Answer

More JCL Interview Questions

What are the difference between jcl and jes?

0 Answers  


Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.

4 Answers   TCS,


When we give TYPERUN = SCAN , what are the syntax errors we get?

5 Answers   Kanbay,


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


Explain about File Tailoring

1 Answers  






What is the purpose of dd dummy statement?

0 Answers  


if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?

4 Answers  


One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?

1 Answers   CTS,


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


How can i execute 5th step without executing first 4 steps?

4 Answers  


How can a stopped job be started again?

0 Answers  


how to resolve the soc4 error?

5 Answers   ITC Infotech,


Categories