Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

OPEN INPUT FILE - Error 9/56

$
0
0

I have an application copied from a SCO UnixWare system (using a Liant COBOL runtime and compiler) to a SUSE Linux system (using Visual COBOL 2.2).  Copying was as simple as taring the application, copying over to the new system, and untar.  Paths are all the same, as are permissions.  The immediate goal is to simply get the application running on the new system.  This is the FILE-CONTROL:

SELECT INQFL 

                 ASSIGN TO RANDOM "/mypath/INQFL" 

                 ORGANIZATION IS INDEXED 

                 ACCESS MODE IS DYNAMIC 

                 RECORD KEY IS I-KEY 

                 FILE STATUS IS IND-STATUS. 

The application compiles but on execution of the line OPEN INPUT INQFL, IND-STATUS contains "98".  The debugger shows the INQFL with "Closed Last status: 9/56".

Not finding much help online, anyone have any ideas?


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>