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


Please Help Members By Posting Answers For Below Questions

Explain what you understand by passing by value.

704


What is the difference between goback, stop run and exit program in cobol?

932


For rewrite, why is it mandatory that file needs to be opened?

623


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2338


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1933






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

4066


how to refer the data field?

1812


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

825


What is amode(24)?

684


Explain about different table spaces.

652


How do you define a variable of comp-1 and comp-2?

707


Can we redefine the field of x(200) to less than 200?

822


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

425


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1703


Write a program to explain size error.

678