Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to submit a jcl by cobol program.
clear me with an example.

Answer Posted / suresh ramaiyan

Let us the program is PGM1. Below is the JCL for running
the PGM1.

//STEP1 EXEC PGM=PGM1
//INSUB DD SYSOUT (* INTRDR)

In the program define INSUB as file (should have a LRECL of
80). Write all the JCL codings into INSUB file.

When you close the INSUB file, the job will be submitted to
JES automatically.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How arrays can be defined in COBOL?

1293


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2640


What is the difference between next sentence and continue in cobol programing language?

1274


What is the difference between Global and External Variables?

1432


I have a File that has duplicate records. I need only those records that occur more than thrice.?

10005


What is length is cobol?

1153


When is inspect verb is used in cobol?

1307


Write a program to explain size error.

1239


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

1271


What is the LINKAGE SECTION used in COBOL?

1597


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1549


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

1429


Define cobol?

1480


How you can characterize tables in cobol?

1251


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

1203