Answer Posted / mohi
Yeah we can compare 2 files using option 10 in fileaid main menu.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how JCL works?
How to submit a jcl from cics?
Explain about LMFREE�free data set from its association with data ID
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain about ISPF/TSO Commands
How would you understand error(execution phase)?
how you can access an uncataloged dataset in a JCL?
what are the statements that are not valid to be included in an include statement?
what is the compile process of cobol program expalin with code
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.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what is use of disp parameter in dd statement?
What is the function of the dd dcb keyword?