| Author |
COBOL and message IWZ200S with file status 96
|
|
| rolf_cologne 2006-08-22, 3:55 am |
| Hi!
I'm receiving a message IWZ200Z with file status 96 - and I cannot find a
description of this file status.
Can anybody help me?
Thanks
Rolf
| |
|
| In article < 0c4c460b9fec524ca066d44971dcf48e@localho
st.talkaboutprogramming.com>,
rolf_cologne <rolf-peter_kollbach@msg-systems.com> wrote:
>Hi!
>
>I'm receiving a message IWZ200Z with file status 96 - and I cannot find a
>description of this file status.
Platform/compiler?
DD
| |
| rolf_cologne 2006-08-22, 7:55 am |
| The platform is AIX with the IBM COBOL compiler.
Regards,
Rolf
| |
|
| In article < 42d70950a331579180cdea8da1c06eff@localho
st.talkaboutprogramming.com>,
rolf_cologne <rolf.kollbach@gmx.de> wrote:
>The platform is AIX with the IBM COBOL compiler.
Well, I can't offer much help there; I use an IBM COBOL compiler but it is
on a mainframe. According to
<http://publibz.boulder.ibm.com/cgi-...=20020920180651>
a file status of '96' is:
-begin quoted text:
For VSAM file: An OPEN statement with the OUTPUT phrase was attempted, or
an OPEN statement with the I-O or EXTEND phrase was attempted for an
optional file, but no DD statement was specified for the file.
For QSAM file: An OPEN statement with the OUTPUT phrase was attempted, or
an OPEN statement with the I-O or EXTEND phrase was attempted for an
optional file, but no DD statement was specified for the file and the
CBLQDA(OFF) run-time option was specified.
--end quoted text
.... but I don't know how much help that is going to be. Has someone been
moving around your files so that they no longer match up with what is in
their SELECTs?
DD
| |
| ozzy.kopec@gmail.com 2006-08-22, 7:55 am |
| rolf_cologne wrote:
> Hi!
>
> I'm receiving a message IWZ200Z with file status 96 - and I cannot find a
> description of this file status.
>
> Can anybody help me?
>
Sorry no idea, here's an old (short) thread that may apply to your
problem: http://tinyurl.com/lz3re
| |
| William M. Klein 2006-08-22, 6:55 pm |
| If you go to:
http://publib.boulder.ibm.com/infoc....htm#statkeyyou will see that with IBM COBOL for AIX, FS=96 means "File system not available"--Bill Klein wmklein <at> ix.netcom.com"rolf_cologne" <rolf-peter_kollb
ach@msg-systems.com> wrote in messagenews:0c4c460b9fec524ca066d44971dc
f48e@localhost.talkaboutprogramming.com...> Hi!>> I'm receiving a message IWZ200Z with file status 96 - and I cannot find a> description of this file status.>> Can anybody help me?>> Th
anks> Rolf>
| |
|
|
rolf_cologne wrote:
> Hi!
>
> I'm receiving a message IWZ200Z with file status 96 - and I cannot find a
> description of this file status.
> ----------- cut -----------------
Try to see here --> http://www.simotime.com/vsmfsk01.htm
Bye all !!!
|
|
|
|