Home > Archive > Cobol > April 2004 > vsam + open error 93 with Feedback code 68 OS/390
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
vsam + open error 93 with Feedback code 68 OS/390
|
|
| j?rg brehe 2004-04-05, 10:30 am |
| We have a problem with one of our cobolprogramms (Ansi 85).
We open VSAM-Datasets with shareoptions 2,3. It's a single job which
opens
Datasets with open I-O. Now, somtimes we get an error 93, which says
"Resource is not available.
But this can't be. The Dataset is there. All seems correct. Is there
another possibility, that the Operating-System get our dataset, or is
it not really closed, but then I think, we must get an 97 Error.
I hope someone can help us.
with best regards
Jörg
| |
| William M. Klein 2004-04-05, 7:30 pm |
| Probable cause #1 - mis-spelled Select/Assign or DDname
Possible cause #2 - missing alternate key dataset
***
For definition of "VSAM available" files, see:
http://publibz.boulder.ibm.com/cgi-...igy3pg20/1.10.6
--
Bill Klein
wmklein <at> ix.netcom.com
"j?rg brehe" <Joerg.Brehe@set-software.de> wrote in message
news:7f6b3f56.0404050545.482e3a04@posting.google.com...
> We have a problem with one of our cobolprogramms (Ansi 85).
> We open VSAM-Datasets with shareoptions 2,3. It's a single job which
> opens
> Datasets with open I-O. Now, somtimes we get an error 93, which says
> "Resource is not available.
> But this can't be. The Dataset is there. All seems correct. Is there
> another possibility, that the Operating-System get our dataset, or is
> it not really closed, but then I think, we must get an 97 Error.
>
> I hope someone can help us.
>
> with best regards
>
>
> Jörg
| |
| Ron S 2004-04-05, 10:30 pm |
| > Probable cause #1 - mis-spelled Select/Assign or DDname
>
> Possible cause #2 - missing alternate key dataset
>
Could also be a security error. I've gotten Status 93
if I don't have proper security access through RACF or
whatever to open the dataset.
|
|
|
|
|