Name some of the JCL statements that are not allowed in procs.?
Answer Posted / guest
Some of the JCL statements which are not allowed in
procedures are:
1. JOB, Delimiter(/*), or Null statements
2. JOBLIB or JOBCAT DD statements
3. DD * or DATA statements
4. Any JES2 or JES3 control statements
| Is This Answer Correct ? | 42 Yes | 6 No |
Post New Answer View All Answers
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) ?
How is the record format of an output dataset specified?
what is the resolution for sb37 error
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is use of dcb parameter in dd statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Can I share my data with other jobs? How?
What are the parameter we cannot use in procedure?
write a jcl to execute a job by 7:00 am on jan 20,1986?
when can a job time-out occur? How to overcome that?
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) ?
what is DD statement is used in JCL?
How to run cobol program using jcl?
What is the purpose of the dd keylen parameter?