Author |
Message |
Topic: not able to print an alternate index file |
tictac
Replies: 5
Views: 6150
|
Forum: Data Management Posted: Sun May 08, 2005 11:18 pm Subject: not able to print an alternate index file |
deepeshk79,
The error you are getting is due to non-initialized vsam cluster.
This is done by writing a record to the VSAM file in "load" mode and optionally deleting the record to empty the fi ... |
Topic: VSAM in UNIX??? |
tictac
Replies: 2
Views: 2724
|
Forum: Data Management Posted: Sun May 08, 2005 9:48 pm Subject: thanks! |
thanks kolusu!!! |
Topic: Sorting VSAM Records |
tictac
Replies: 6
Views: 3732
|
Forum: Data Management Posted: Sun May 08, 2005 9:20 pm Subject: is alternate index an option??? |
Tictac,
I think you are confused. The VSAM file will always be in ascending order of the key field. All you can do is to temporarily sort the data in a different order and store it in ANOTHER dat ... |
Topic: Input stream end-of-file found errors Alternate index |
tictac
Replies: 2
Views: 7790
|
Forum: Data Management Posted: Fri May 06, 2005 7:52 am Subject: new error |
hi guys! i have editted my code and i am now receiving a new error...
//VSAM JOB '59096T','LBGWSEWGL',CLASS=L,MSGCLASS=J
//VSAMTST1 EXEC PGM=IDCAMS ... |
Topic: Input stream end-of-file found errors Alternate index |
tictac
Replies: 2
Views: 7790
|
Forum: Data Management Posted: Fri May 06, 2005 7:31 am Subject: Input stream end-of-file found errors Alternate index |
hello sirs and madams,
i am trying trying to create a VSAM file with ALTERNATEINDEX. here is the JCL:
//VSAM JOB '59096T','LBGWSEWGL',CLASS=L,MSGCLASS=J
//VSAMTST1 EXEC PGM=IDCAMS
//SYSPRIN ... |
Topic: Sorting VSAM Records |
tictac
Replies: 6
Views: 3732
|
Forum: Data Management Posted: Thu May 05, 2005 9:48 pm Subject: Sorting VSAM Records |
hi kolusu and sivaraj!
thanks for your reply... should i include this in the JCL that defines the VSAM file? also when i insert a record in the file, will this record be placed in the correct locatio ... |
Topic: Sorting VSAM Records |
tictac
Replies: 6
Views: 3732
|
Forum: Data Management Posted: Thu May 05, 2005 5:50 am Subject: Sorting VSAM Records |
hello sirs and madams,
supposed i have vsam records that has the elements:
STUD-NUM FIRST-NAME LAST-NAME SCHOOL B-DAY
STUD-NUM and LAST-NAME are record keys
i need the records in ... |
Topic: VSAM in UNIX??? |
tictac
Replies: 2
Views: 2724
|
Forum: Data Management Posted: Sun Apr 24, 2005 9:28 pm Subject: VSAM in UNIX??? |
hello...
is VSAM applicable in a UNIX Environment???
if yes, how can i define a VSAM file in Unix? Language is COBOL...
if no, is there a similar file applicable in the Unix Env. that will ... |
|