Hi,
when I try to declare a external variable and run the program, it says
"load failure c:\cobol\binr\externl"
I have to put something in this directory, but I don't really know what.
This is a part of the code:
Main program
-------------
working-storage section.
01 param pic x(11) external.
procedure division.
display "rizivnr: "
accept param
call "list1"
stop run.
Subprogram is list1. It generates a list of patients.
when I try to declare a external variable and run the program, it says
"load failure c:\cobol\binr\externl"
I have to put something in this directory, but I don't really know what.
This is a part of the code:
Main program
-------------
working-storage section.
01 param pic x(11) external.
procedure division.
display "rizivnr: "
accept param
call "list1"
stop run.
Subprogram is list1. It generates a list of patients.