What are the difference between jcl and jes?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between JES2 & JES3 ?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
How many positional parameters are there in job statement?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
How to use COND Parameter in jcl
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
What does S0C4 error mean?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
Why include statement is used in a jcl?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.