how to submit a jcl by cobol program.
clear me with an example.
Answer Posted / leena_kulkarni
You just write out your JCL syntax to a file and assign it
to the internal reader to be automatically fired off when
you close the file.
SYNTAX:
When you close file, write down the below line.
//SYSUT2 DD SYSOUT=(*,INTRDR)
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
Explain how to differentiate call by context by comparing it to other calls?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do you define a variable of comp-1 and comp-2?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What the difference is between continue and next sentence?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Mention the guidelines to write a structured cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you differentiate between cobol and cobol-ii?
What is the difference between Call and a Link?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?