|
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.
|