What do you feel makes a good program?
Answer / guest
A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.
| Is This Answer Correct ? | 1 Yes | 0 No |
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.
Explain about LMQUERY�give a dialog information about a data set
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
mainframe questions like basic&depth
What is difference between Return Code, user completion code, Abend code and reason Code?
Explain the jcl exec statement?
i have step1,step2,step3 from where can i start coding cond parameter ?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
What is the function of the steplib dd statement?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
Is it possible to define dd statements as you want?