Must tape dataset definitions include vol=ser specifications?
No Answer is Posted For this Question
Be the First to Post Answer
How to compare 2 files using File-Aid?
lines(1,cancel)??What is meant by that??Plz explain it....
Can you code instream data in a PROC ?
how to modify the copy book?explain with examples
Explain about LMFREE�free data set from its association with data ID
What are the common keyword parameters in both job and exec statements
How do you send the output of a COBOL program to a member of a PDS?
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?
what is A-MODE and R-MODE?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
What is Uncatalog dataset? How can we access/use them?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.