//step#3 exec pgm = hkbc762
what is wrong with the syntax?
Answer Posted / raghu
//STEP#3 EC PGEM=HKBC762
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can the submitting users racf authority be overridden in a job stream?
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) ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain dfsort utility?
A dd statement consists of 4 fields. Name them?
What is the maximum length of a single line of jcl?
what is JCL?
How can return codes be tested before execution of a job step?
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 I send output of job to my remote device careerride123?
is there any way to execute more than one proc in the same exec statement at the same time..?
Differentiate between the joblib and the steplib statements?
For what purpose steplib and joblib are used ?
Explain the function of a dd statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?