What are the rules employed while naming the steps in a job?
Answer / Gaurav Singh Tomar
In JCL, steps should be named in such a way that they are unique within the job. They can consist of up to 8 alphabetic characters followed by up to 4 digits or special characters (such as underscore '_', hyphen '-', and period '.'). They must start with an alphabetic character.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is use of dcb parameter in dd statement?
Give the syntax of job specifying jcl statement.
A dd statement consists of 4 fields. Name them?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
describe the job statement, its meaning,syntax and significant keywords?
Explain about RECORDING MODE Clause
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
How to send data from cobol program to jcl?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
What is the use of DSNDB07 ?
What is the difference between run mode and addressing mode?