STOP RUN → Ends the main program & returns control to OS.
GOBACK → Returns control to caller (or OS if no caller).
EXIT PROGRAM → Used in subprograms to return control to calling program.
STOP RUN → Ends the main program & returns control to OS.
GOBACK → Returns control to caller (or OS if no caller).
EXIT PROGRAM → Used in subprograms to return control to calling program.
Leave a Reply