What are the different ways to run a COBOL DB2 program
using JCL?

Answers were Sorted based on User's Feedback



What are the different ways to run a COBOL DB2 program using JCL?..

Answer / nirmal anwesh

cobol + db2 programs can be compiled by using precompiler(dsnhpc)...wich saperates cobol and db2 statements.

Is This Answer Correct ?    5 Yes 1 No

What are the different ways to run a COBOL DB2 program using JCL?..

Answer / ravikumar

using ikjeft01 utility

//systsin dd *

run program(pgm name) plan(plan name)
lib(lib name)
//

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More COBOL Interview Questions

wht is the difference between goto and perform stmts

7 Answers   DELL,


How to concatenation one or more string?

4 Answers   Temenos,


If we use GO BACK instead of STOP RUN in cobol?

2 Answers   Temenos,


Which division and paragraphs are mandatory for a COBOL program?

0 Answers  


can anyone explain me the concept of COMP-4 PLEASE??

2 Answers  






What is an in-line perform ?

4 Answers   Accenture,


How do u write test cases?

0 Answers   IBM,


what is filler and what is use of filler

3 Answers   Syntel,


What is the use of LINKAGE SECTION?

1 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

0 Answers  


In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


Categories