View previous topic :: View next topic |
Author |
Message |
mdisulaiman Beginner
Joined: 14 Nov 2003 Posts: 17 Topics: 10
|
Posted: Wed Nov 19, 2003 12:13 am Post subject: HURBA |
|
|
Hai All,
I was trying to read a Ksds vasm file ,but couldn't open the file . Can any one say why?.How to over come this problem.
1.opening the file in input mode
2.when i try to read the file , it is saying SU000 errr . _________________ sulaiman
Last edited by mdisulaiman on Wed Nov 19, 2003 10:28 am; edited 1 time in total |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Wed Nov 19, 2003 1:37 am Post subject: |
|
|
We do not have crystal balls. You gave us no information, therefore you can not receive an answer. With what and how did you try to open it? Is your JCL OK? |
|
Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Wed Nov 19, 2003 10:54 am Post subject: |
|
|
If this is a COBOL program, you need to define a status key for the file and check its value after the close (and after every file operation). If it is non-zero, display the status-key and it will tell you what the error is. This is documented in the COBOL manuals for your version of COBOL.
Note added later: I meant 'after the open' of course...
Last edited by Mike Chantrey on Fri Nov 21, 2003 5:17 am; edited 1 time in total |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Thu Nov 20, 2003 10:36 am Post subject: |
|
|
Quote: | We do not have crystal balls. |
whew, thank goodness |
|
Back to top |
|
 |
mdisulaiman Beginner
Joined: 14 Nov 2003 Posts: 17 Topics: 10
|
Posted: Thu Nov 20, 2003 11:25 am Post subject: |
|
|
Hai All,
Thanks for you inputs and comments . The problem is i din't init my vsam file _________________ sulaiman |
|
Back to top |
|
 |
slade Intermediate
Joined: 07 Feb 2003 Posts: 266 Topics: 1 Location: Edison, NJ USA
|
Posted: Fri Nov 21, 2003 10:14 pm Post subject: |
|
|
Quote: |
We do not have crystal balls.
|
If we did, jockey shorts would have a hell of a lot more padding than they do today.
Regards, Jack. |
|
Back to top |
|
 |
|
|