PL/I
Discover and update the PL/I-specific properties in SonarQube Cloud.
Language-specific properties
Source code extraction
Dealing with-includes
%INCLUDE 'C:/temp/myLib.pli'
%INCLUDE ddname(member);
%INCLUDE member;
/* With member not enclosed within single or double quotes, i.e. a SYSLIB member */%INCLUDE O (XX02511) as %INCLUDE 'C:/temp/o/XX02511.99IPO';
%INCLUDE lib1 as %INCLUDE 'C:/temp/syslib/lib1.pli';Last updated
Was this helpful?

