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

Example 1

A call to PLISRTA sorting 80-byte records from SORTIN to SORTOUT using 1048576 (1 megabyte) of storage, and a return code, RETCODE, declared as FIXED BINARY (31,0).

CALL PLISRTA (' SORT FIELDS=(1,80,CH,A) ',
              ' RECORD TYPE=F,LENGTH=(80) ',
                1048576,
                RETCODE);

Terms of use | Feedback

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