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
In COBOL programming, what is PERFORM? What is VARYING?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the different rules for performing sort operation?
Write the code implementing the perform … varying.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the usage of comp fields in cobol?
What is comp-1 and comp-2?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what happens if parmparameter passes zero bytes to the program
How to know whether the module is dynamical or statistical?
what is search and searchall?what is the diffrence between them?give an best example?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Discuss about changing dataset name in proc.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc