Author |
Message |
Topic: Reading from VSAM File and Comparing record w |
manojy2k
Replies: 17
Views: 14704
|
Forum: Application Programming Posted: Tue Feb 11, 2003 3:08 am Subject: Reading from VSAM File and Comparing record w |
abhi,
For me there is no need to create the vsam file or creating a alternate index for the vsam file as the file is already existing and I should not alter this vsam file.
I will paste the cob ... |
Topic: Reading from VSAM File and Comparing record w |
manojy2k
Replies: 17
Views: 14704
|
Forum: Application Programming Posted: Sat Feb 08, 2003 4:45 am Subject: Reading from VSAM File and Comparing record w |
santosh & Kolusu,
The main problem of this seq. file is that the values will be provided by the business people from time to time and it's the client's requirement is that the file should be se ... |
Topic: Reading from VSAM File and Comparing record w |
manojy2k
Replies: 17
Views: 14704
|
Forum: Application Programming Posted: Fri Feb 07, 2003 8:53 am Subject: Reading from VSAM File and Comparing record w |
Hi,
I am reading records sequentially from a VSAM KSDS File and finding a match in the sequential file. If there is no matching record in the sequential file I am displaying a error message in the ... |
Topic: to copy comp-3 value to output file and store as numeric |
manojy2k
Replies: 3
Views: 4093
|
Forum: Job Control Language(JCL) Posted: Thu Feb 06, 2003 3:11 am Subject: to copy comp-3 value to output file and store as numeric |
Hi,
I have a input file at 10th position variable x is defined at pic s9(3) comp-3. As the value will be stored in 2 bytes, my requirement is to copy this value to a output file at position 4 and s ... |
Topic: to find matching records in two vsam ksds file |
manojy2k
Replies: 4
Views: 5647
|
Forum: Data Management Posted: Mon Feb 03, 2003 2:31 am Subject: to find matching records in two vsam ksds file |
kolusu & CaptBill,
Thanks very much for the suggesation. It worked fine with Repro command with Replace option. CaptBill, you are right the steps 2 & 3 are not needed .
Thanks,
Manoj. |
Topic: to find matching records in two vsam ksds file |
manojy2k
Replies: 4
Views: 5647
|
Forum: Data Management Posted: Fri Jan 31, 2003 9:45 am Subject: to find matching records in two vsam ksds file |
Hi,
I have to merge 2 vsam ksds files and store all records in one file.
Orginal File A has some 10000 records. The other file B has some 13000 records. Now I have to put all records of File B in ... |
|