List some valid operation codes in JCL
Answers were Sorted based on User's Feedback
Answer / balesh
//JOB_NAME JOB '123' CLASS=Q,MSGLEVEL=(0,1)
//STEP1 EXEC PGM='ADDPGM'
//DD_NAME DD=PATH
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dummy parameter in JCL??
Min no of member?s (PDS) in one directory block?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are the valid DSORG values ?
How to check empty file in jcl?
How jcl work to handle various input output file operations?
Is acct parameter mandatory?
How to overide the symbol parameter in the jcl ?
describe the job statement, its meaning,syntax and significant keywords?
Explain the function of //jcllib statement?
Can we call instream to catalog and catalog to instream?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?