Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

CSECTCUT

The CSECTCUT option controls how the compiler, when processing the CSECT option, handles long names.

Read syntax diagramSkip visual syntax diagram                .-4-.
>>-CSECTCUT--(--+-n-+--)---------------------------------------><
 

The CSECTCUT option has no effect unless you specify the CSECT option. It also has no effect if the "package name" used by the CSECT option has 7 or fewer characters.

The value n in the CSECTCUT option must be between 0 and 7.

If the "package name" used by the CSECT option has more than 7 characters, the compiler will collapse the name to 7 characters by taking the first n and last 7 - n characters.

For example, for a compilation consisting of one procedure with the name BEISPIEL,


Terms of use | Feedback

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