How many instream we can write in single jcl?
after submiting the jcl.how do you know that the job has been completed.
Name the statement which can be used to send data to another mvs jes3 node?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
What does the TIME parameter signify ? What does TIME=1440 mean ?
can we give instream data in procedure
How many types of libraries are there in JCL ?
What is the purpose of dd?
How do you check the syntax of a JCL without running it?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
Can we change a FB file to VB file in JCL? Please help