Answer Posted / raam
We cant code the following things in a procedure.....
1. job statements
2.sysin DD *
3.sysin DD DATA
4.JES2/JES3 control statements
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
define cond parameter in jcl?
which utility is used a dummy utility?
Explain the function of //cntl statement?
What are the 4 fields in dd statement?
Explain about ISPF/TSO Commands
What do you know about jcl?
What is use of restart and how to use it?
what is the use of IEBGENER utility?
How can values be passed from the job stream to an executable program?
How jcl work to handle various input output file operations?
What is catelog procedure and how many catelog procedure to use in one job?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is multithreading in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?