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

what is DD statement is used in JCL?

0 Answers  


There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?

2 Answers  


what is static and dynamic call with examples?

4 Answers   IBM,


jcl is like a complier....?

6 Answers  


What are three major types of JCL statements? What are their functions?

1 Answers  






I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?

4 Answers  


What is the difference between BLKSIZE and LRECL?

3 Answers  


what is mainframe?

4 Answers   CGI,


What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 Answers  


what is the resolution for sb37 error

2 Answers   TCS,


how to resolve the soc4 error?

5 Answers   ITC Infotech,


My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........

2 Answers  


Categories