View previous topic :: View next topic
|
Author |
Message |
srinivas.u
New User
Joined: 07 Jun 2004 Posts: 19
|
|
|
|
how define vsam files in cobol file section
how to find vsam files in cobol sources code |
|
Back to top |
|
|
rick
New User
Joined: 18 Jun 2004 Posts: 59 Location: Chennai
|
|
|
|
Hi ,
You can define the VSAM files in COBOL files in usual way with ORGANIZATION IS INDEX/ NUMBERED/........... if you are specifying KSDS then specify the Key. |
|
Back to top |
|
|
krbabu
New User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
And mostly we are mentioning
BLOCK CONTAINS 0 RECORDS. |
|
Back to top |
|
|
|