which utility is used a dummy utility?
No Answer is Posted For this Question
Be the First to Post Answer
Does jcl support automatic restart?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
How can a jobs execution priority be modified?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
What are the parameter we cannot use in procedure?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Is there any command to check wether the ps file is in sorted order?
Can we write same stepname for one or more steps in on job ?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem