Author |
Message |
Topic: Reading and Comparing Two Vsam Records |
vinxi
Replies: 13
Views: 8512
|
Forum: Data Management Posted: Thu Apr 21, 2005 6:12 am Subject: Reading and Comparing Two Vsam Records |
hi kolusu... i am really grateful for your help... but i need the cobol program because i will be filling in values of my record keys from another process...
another question... supposed i declared ... |
Topic: Reading and Comparing Two Vsam Records |
vinxi
Replies: 13
Views: 8512
|
Forum: Data Management Posted: Thu Apr 21, 2005 1:40 am Subject: Reading and Comparing Two Vsam Records |
thanks kolusu...
here is the scenario that i am working on...
i have a vsam file
VSAM-SAMPLE
that has 4 record keys...
RK1, RK2, RK3, RK4
RK4 is a date.
i need to find records in the VSAM-S ... |
Topic: Reading and Comparing Two Vsam Records |
vinxi
Replies: 13
Views: 8512
|
Forum: Data Management Posted: Wed Apr 20, 2005 5:17 am Subject: sorry wrong info... |
hello again kolusu...
sorry for the wrong info about the version... things got messed up...
ill keep you posted when i get the right version...
for now, can i use the FILE STATUS 10 as my flag ... |
Topic: Reading and Comparing Two Vsam Records |
vinxi
Replies: 13
Views: 8512
|
Forum: Data Management Posted: Tue Apr 19, 2005 10:10 pm Subject: ver 10 |
hi kolusu, i did the same code as yours. im still getting the same compile errors... i was told that we are using version 10. is there an alternative for command that supports COBOL version 10?
tha ... |
Topic: Reading and Comparing Two Vsam Records |
vinxi
Replies: 13
Views: 8512
|
Forum: Data Management Posted: Mon Apr 18, 2005 10:56 pm Subject: reading sequentially with dynamic access |
hello guys,
thanks for your help. i read in a book that i can read a file sequentially even if i set
ACCESS IS DYNAMIC
by putting the NEXT RECORD with the AT END/NOT AT END clauses.
READ fil ... |
Topic: Reading and Comparing Two Vsam Records |
vinxi
Replies: 13
Views: 8512
|
Forum: Data Management Posted: Mon Apr 18, 2005 6:08 am Subject: thanks sir! |
hello sir kolusu,
thank you for your reply... i am speaking of only one VSAM file. i am really a newbie with VSAM.
i need to compare two records inside a single VSAM file.
supposed i have S ... |
Topic: Reading and Comparing Two Vsam Records |
vinxi
Replies: 13
Views: 8512
|
Forum: Data Management Posted: Sun Apr 17, 2005 10:45 pm Subject: Reading and Comparing Two Vsam Records |
hello guys,
i need to compare two records in a vsam file...
0001 10012005 JOHN DOE MALE
0002 10022005 JAN DOE FEMALE
i need to know if these two records are a ... |
|