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

%SKIP directive

The %SKIP directive causes the specified number of lines to be left blank in the compiler source listings.

Read syntax diagramSkip visual syntax diagram>>-%SKIP--+-----+--;-------------------------------------------><
          '-(n)-'
 
n
Specifies the number of lines to be skipped. It must be an integer in the range 1 through 999. If n is omitted, the default is 1. If n is greater than the number of lines remaining on the page, the equivalent of a %PAGE directive is executed in place of the %SKIP directive.

Terms of use | Feedback

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