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

Example

  dcl Source char value(" *** PL/I's got the Power!  ***  ");
  dcl Target char(length(Source)) varying;
 
  Target = trim(Source, ' ', '* ');
               /* "*** PL/I's got the Power!" */
 

Terms of use | Feedback

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