Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

Begin-blocks

BEGIN statement
Begin-block activation
Begin-block termination

A begin-block is a sequence of statements delimited by a BEGIN statement and a corresponding END statement. For example:

B:  begin;
statement-1
statement-2

·
·
·
statement-n end B;

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)