Answer Posted / chowdary
instream data means we write with in jcl itself, up to 15
level is possible. it should start with proc and end with
pend statement
ex: //jobcard
//exce proc
//
//
//pend
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
what are the various stages of job processing?
What is the format of comment statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Why include statement is used in a jcl?
what is “Cond= even” and “Cond=only”?
What dd statement is used to supply the name of a dataset?
Give the syntax of job specifying jcl statement.
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is their any limit for data sets?
Differentiate between addressing mode and run mode.
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the function of the dd dcb keyword?
Explain the function of the dd dcb keyword?
What is the function of the dd mgmtclas keyword in sms datasets?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?