what is SOC4 error?
No Answer is Posted For this Question
Be the First to Post Answer
Can we call instream to catalog and catalog to instream?
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?
Explain the jcl exec statement?
When will we need to specify Space parameter ?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
//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 PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
i just need the first and last record from a sequencial file?how
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
What are the rules employed while naming the steps in a job?
What dd statement is used to supply the name of a dataset?