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
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do define dynamic array in cobol.
Give some examples of command terminators?
what is the use of outrecord?
How to remove 2 duplicate records and copy only one using job control language?
Can you please let me know the centre name of INS certification in Kolkata.
How you can characterize tables in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the rules of the move verb?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How many bytes S(8) comp field occupy and its maximum value?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..