Answer Posted / sarath
I need to create delta file(only changed records in 2nd file needs to be in delta file) for a daily feed please let me know how to do it. even if there is a single character change in new file the new record should replace the old one. consider first 5 characters as a key parameter
example:
file-1
12345 abc dat1
12346 def dat2
12347 5ab ddd4
file-2
12345 abc dat1 --> same in both so no need of this record
12346 bbb dat2 --> minor changes in file-2 so it should be in output
13345 2gh dat3 --> record not at all present so this will be added to o/p
output:
12346 bbb dat2
13345 2gh dat3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
How does the jcl specify the job to os?
What happens if both JOBLIB & STEPLIB is specified ?
how do you access an uncataloged dataset in a jcl?
Is condition checking possible in jcl?
Is their any limit for data sets?
What is the function of the dd dcb keyword?
Name a few IBM utility programs, and explain its function.
what JCL Procedures?
Differentiate between addressing mode and run mode.
how to run batch program without jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain the function of the dd dcb keyword?
What is notcat 2 - gs?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain