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
What are literals?
How do you define a variable of comp-1 and comp-2?
how do you define single dimensional array and multidimensional array in your cobol?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Write down the divisions of cobol program?
Can we change the password using ALTER? anyone tried and changed?
What are the access modes of START statement?
What is amode(24)?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
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
What are the different rules of SORT operation?
Describe the cobol database components?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is a scope terminator give example?
Define cobol?