which parameter is use to declare the name of dataset in dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is DYNAMBR in jcl?
How to execute step2,step1,step3 when step1,2&3 are in order
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
Explain COND used in JCL?
how to solve u4038 abbend?........
How to pass data to a program that is coded in an exec statement?
What u mean by include statement in JCL ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
can a job be submitted through jcl only? is there another way to submit a job?
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step