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
what is amode(24), amode(31), rmode(24) and rmode(any)?
example for sub strings ? and refernce modifications whit output pls
What is inspect in cobol ?
how do you reference the printer file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
What do you understand by psb and acb?
State the various causes of s0c1, s0c5 and s0c7.
What are the pertinent COBOL
What is perform what is varying?
How to print 10 to 1 if the input have only 10 digit number?
Write a program that uses move corresponding.
What is the LINKAGE SECTION used in COBOL?
Why occurs cannot be used in 01 level in COBOL?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
what is search and searchall?what is the diffrence between them?give an best example?