1
Good afternoon,
I am developing a system in Cobol using screen Section and I cannot call a client registration program when I select an option in the menu I created in another program. I’m using the Gnucobol compiler.
I used the call command:
CALL "CUSTOMER REGISTRATION" USING BY CONTENT SUBMENU-IN-WS CANCEL "CUSTOMER REGISTRATION"
But make a mistake below:
Attempt to Reference unallocated memory (Signal SIGSEGV) abnormal termination - file Contents may be incorrect
I have to call a program by passing parameters (use Using)?
Thanks in advance.