what is the sortcard for comparing two files with a field key
and get the duplicates in onefile and noduplicates in another
file
Answer Posted / sv
sort fields = copy
sum fields = none,xsum
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the function of the dd mgmtclas keyword in sms datasets?
Explain the function of //cntl statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain how can an in-stream dataset be terminated?
How is a type of file defined in the jcl that executes the cobol program?
Explain how can a jobs execution priority be modified?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain how can values be passed from the job stream to an executable program?
how do you code a null statement?
How to submit jcl through a cobol program?
Is automatic restart possible in jcl? If yes, how?
how to run batch program without jcl?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Name what parameter directs the output of the job log dataset?
Does jcl support automatic restart?