What are the different ways to run a COBOL DB2 program
using JCL?
Answer Posted / 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 View All Answers
How do get the result of your program directly on your pc?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
) what is the difference between AID and HANDLE AID?
What is the difference between PIC 9.99 and 9v99 in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what is the use of outrecord?
What is comp-1 and comp-2?
How many bytes S(8) comp field occupy and its maximum value?
How are the next sentence and continue different from each other?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
IF I mention stop run in CICS what happens?
What is inspect in cobol ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is search and searchall?what is the diffrence between them?give an best example?