DSCNCT


 

The DSCNCT instruction provides a method for ending the current program and returning control to the ANSWER program or the operating system. The instruction uses the following format:

 

 

[label]

DSCNCT

 

Where:

label

Optional. A Program Execution Label.

Flags Affected: NONE

Note the following:

  1. If DSCNCT occurs in a program executed directly from an operating system command line (without chaining), control is returned to the operating system. Otherwise, control is returned to the appropriate ANSWER program. See CHAIN for additional information.

 

 

See Also: STOP, Program Control Instructions

 



PL/B Language Reference DEBUG ENTRY