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

In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)

3 Answers   Keane India Ltd,


what is jcl approach for programming?

4 Answers   IBM,


What is the use of EVALUATE statement?

4 Answers   Tesco,


i want a program using by if, evaluate , string, unstring, perform, occurs?

1 Answers  


How to read a 100 record from a file through cobol?

2 Answers  






i WANT ALL ERROR codes IN CICS and DB2

2 Answers  


Can we use icetool in cobol program?

3 Answers  


how would you resolve sb37 and SE37?

2 Answers   Hewitt,


consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end

3 Answers   TCS,


How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)

9 Answers   Bank Of America,


77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?

9 Answers   TCS,


what is the diff b/w select stsmt and cursor ?

2 Answers  


Categories