|
|
| Author |
Message |
au_machu
New User
Joined: 22 Jun 2005 Posts: 1 Location: India
|
|
|
|
Hi,
I am facing problem while using a VSAM file in a COBOL program.
These are things I did
1. I created a VSAM KSDS cluster using INSYNC utility.
2. I copied a variable block file contents to a VSAM file using DFSORT.
This was accomplished successfully.
3.While using the VSAM file,my program was terminating abnormally.
Also I could observe a FILE-STATUS value of 39 in the CEEDUMP of
the job which I had submitted.
Please help me in resolving this problem. |
|
| Back to top |
|
 |
References
|
Posted: Wed Jun 22, 2005 7:57 pm Post subject: Re: Program terminates abnormally while using a VSAM file |
 |
|
|
 |
sangiah
Active User
Joined: 10 Jun 2005 Posts: 62
|
|
|
|
| Pls check the actual file length and the FILE-SECTION Assign clause.. |
|
| Back to top |
|
 |
|
|