ERROR when calling a program when selecting an option from the menu

Asked

Viewed 45 times

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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.