Answer Posted / shaan
(*,intrdr) is used to submit jcl from cobol program by
coding it as
//seqflo dd sysout=(*,intrdr),where seqflo is the file name
which contains the jcl statements to be submitted.
Here * represents the same msgclass coded in the job step.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
In which area will you utilize 88 level items in cobol?
What is cobol?
how to access the file from prodution from changeman tool and to submit a file to production
example for sub strings ? and refernce modifications whit output pls
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Discuss about changing dataset name in proc.
What is link edit in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the LINKAGE SECTION used in COBOL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are various search techniques in cobol? Explain.