When space is allocated for an output dataset, what units can be used?
No Answer is Posted For this Question
Be the First to Post Answer
How to release the Output HELD by using HOLD = YES on DD statement ?
How can a stopped job be started again?
What is the function of //jcllib statement?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
wht happens if cond=true ? pls give me with an example ?
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?
i want to store 20 digits . how will u do it in cobol ?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
mainframe questions like basic&depth
how to compare two datasets without using superce because output is limited to 133 bytes
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Differentiate between addressing mode and run mode.