How to execute a set of JCL statements from a COBOL program ?
Answer Posted / satyasivaji.ch
we can do this by SYSOUT=(*,INTRDR),internal reader concept.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the function of //jcllib statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the function of //cntl statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what are the types of abends that occur on job failure? And explain the possible causes of these
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the function of a dd statement?
What is multithreading in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How can the submitting users racf authority be overridden in a job stream?
How is the record format of an output dataset specified?
what is a jcl?