Asked: May 8 2008 8:07 PM GMT
Asked by: Cembry
How do you end a cobol program that calls a menu(cl)?
COBOL,
CL
I have a menu that calls another menu. Before the first menu calls the second menu it calls a cobol program which reads a table to verify that the user attempting to access the second menu has authority to the second menu. If the user has authority to the second menu, the cobol program calls the next menu. When we run a program from the second menu the first time, it works and screen returns to the second menu. When we attempt to run the same program again, it abends because the cobol program has never ended.