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

%LINE directive

The %LINE directive specifies that the next line should be treated in messages and in information generated for debugging as if it came from the specified line and file.

Read syntax diagramSkip visual syntax diagram>>-%LINE--(--line-number--,--file-specification--)--;----------><
 

The characters '%LINE' must be in columns 1 through 5 of the input line for the directive to be recognized (and conversely, any line starting with these five characters is treated as a %LINE directive). The line-number must be an integral value of seven digits or less and the file-specification must not be enclosed in quotes. Any characters specified after the semicolon are ignored.

The %LINE directive is invalid unless the LINEDIR compiler option is in effect.


Terms of use | Feedback

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