The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 06-30-2006
jbrubaker jbrubaker is offline
Registered User
  
 

Join Date: Jun 2006
Location: New York
Posts: 25
My source code file is abeunix.cbl

The reason I tried to execute the abeunix.o file is that that was the one created when I compiled that was not the listing (abeunix.lst)

When I ran

cob2 -o abeunix abeunix.cob

it said "cannot find abeunix.cob"

I then figured you were referring to the .cob file as my source so then I issued the command

cob2 -o abeunix abeunix.cbl

That ran and produced the .o but there was not a file that was called "abeunix".

My manual says issuing a "-v" will display and run the compile and link edit steps. I did that and it produced the .o file again and I tried to run and got the same initial error.

Any ideas? And thanks alot for your replies so far - you have been great.