Is their any set of rules for dd? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can values be passed from the job stream to an executable program?
When output dataset space is required, what quantity categories are used?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
Explain concatenating datasets?
Name the system library from which modules are retrieved at execution
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
shall we concordinate two different length dataset in to a new date set.
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?