45 pts.
 File Status 90
Can anyone help me why I'm getting status 90 when I try to write to a logical file.

Software/Hardware used:
ASKED: July 30, 2009  9:48 AM
UPDATED: July 31, 2009  12:51 AM

Answer Wiki:
Tell us more, what is the text message? You say this happens .. when exactly? Phil I’m actually using SMART COBOL. The program is using WRITS command to write a new record and it’s giving file error 90. No other text message. Arnel
Last Wiki Answer Submitted:  July 31, 2009  12:51 am  by  philpl1jb   44,180 pts.
All Answer Wiki Contributors:  philpl1jb   44,180 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

 

From the IBM COBOL Programmers Guide

If the file is null-capable, and the ALWNULL attribute has not been specified, when you attempt to read a record that has a null value, the read will fail with a file status of 90.

 1,245 pts.

 

I am not familiar with COBOL/400, but my colleague who is mentioned that the status of 90 can be returned for various scenarios. Please go thru the programmer’s guide for more info.

 1,245 pts.

 

I’m actually using SMART COBOL. The program is using WRITS command to write a new record and it’s giving file error 90. No other text message.

 45 pts.