How do you submit a JCL under CICS environment ?
Answer Posted / mr2981
use WRITE SPOOL command and pass string which contain teh
jcl statement.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Is automatic restart possible in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is condition checking in jcl? Is this possible?
Define concatenating?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Mention the types of job control statements?
What statement can be used to send data to another mvs jes3 node?
How does jcl act on code(if you take a cobol program)?
When output dataset space is required, what quantity categories are used?
What is the purpose of dd dummy statement?
How jcl work to handle various input output file operations?
How can values be passed from the job stream to an executable program?
Explain the jcl exec statement?
What is the significance of addrspc parameter in exec statement?
what is the use of JCL?