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

how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

0 Answers   IBM,


How to submit a jcl from cics?

0 Answers  


What is the use of IEBGENER ?

2 Answers   Cap Gemini, Wipro,


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


How to submit jcl through a cobol program?

0 Answers  






If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.

2 Answers   IBM,


How to find out the number of records in a file using JCL

5 Answers   CTS,


What is the error code SOC01 indicate ?

5 Answers   Microsoft,


wht do u mean by notify parameter, how can u give acess to multiple users ?

4 Answers   L&T,


what is the difference between JES3 and JES2?

0 Answers  


How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


Categories