| Author |
Message |
srinivas.u
New User
Joined: 07 Jun 2004 Posts: 20
|
|
|
|
how define vsam files in cobol file section
how to find vsam files in cobol sources code |
|
| Back to top |
|
 |
References
|
Posted: Mon Jun 14, 2004 9:30 am Post subject: Re: how define vsam files in cobol file section |
 |
|
|
 |
rick
Moderator
Joined: 18 Jun 2004 Posts: 61 Location: Kuzhithurai
|
|
|
|
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
Active User
Joined: 20 Feb 2004 Posts: 57
|
|
|
|
And mostly we are mentioning
BLOCK CONTAINS 0 RECORDS. |
|
| Back to top |
|
 |
|
|