what is DSN parameter and DISP parameter is used for?
No Answer is Posted For this Question
Be the First to Post Answer
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to identify where file is empty or not? How many ways are there to identifying?
What is the use of symbol // in jcl?
Is it possible to code instream data in a PROC?
How to compare 2 files using File-Aid?
Hi, can any one tell about " How do u eliminate the duplicates "
which statement is used to end the in-stream procedure in a jcl?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
Explain the purpose of dd * statement in jcl?
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