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
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What rules are to be followed while using the corresponding options?
What is the Purpose of Pointer in the string?
What are the different open modes available in cobol?
Discuss about changing dataset name in proc.
Which mode is used to operate the sequential file?
What is amode(31)
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the usage of comp fields in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the cobol coding sheets?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Define cobol?
State the various causes of s0c1, s0c5 and s0c7.