1)what is compilation jcl for cobol program but it is
calling another program 2)what is compilation jcl for cobol
program but it is calling another program(in this, main
program is pure cobol but sub program is cobol+db2
program.can anyone please answer me for above questions.
it's very urgent

Answers were Sorted based on User's Feedback



1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation..

Answer / chandrababu naidu

first precompile the subprogram then compile, linked and then
put into loadlib. later on compile and linked and finally run
the main program.

Is This Answer Correct ?    4 Yes 1 No

1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation..

Answer / chandrababu naidu

first precompile, compile, linked and bind the subprogram
i.e.,subprogram put into loadlib. later on compile and linked
and run the main program.

Is This Answer Correct ?    0 Yes 0 No

1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation..

Answer / mohan.chepuri

1) no it is not calling the another pgm,it wil compile
current pgm
2)no

Is This Answer Correct ?    0 Yes 0 No

1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation..

Answer / mohan.chepuri

1) no it is not calling the another pgm,it wil compile
current pgm
2)no

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

Can we write same stepname for one or more steps in on job ?

2 Answers  


what is SOC4 error?

0 Answers  


Can we have a JOBSTEP without any EXEC ?

6 Answers   IBM,


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


What is STEPLIB, JOBLIB? What is it used for?

2 Answers  






What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

2 Answers  


Is there any command to check wether the ps file is in sorted order?

0 Answers   IBM,


If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?

2 Answers  


please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,

1 Answers   IBM,


what is use of disp parameter in dd statement?

0 Answers   IBM,


What is the DD statement for a output file?

3 Answers  


Can comments be specified at the very beginning of a jobcard? Will the JCL execute?

3 Answers  


Categories