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

Example 2

This example is the same as example 1 except that the input, output, and work data sets are called TASKIN, TASKOUT, TASKWK01, and so forth. This might occur if Sort was being called twice in one job step.

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

Terms of use | Feedback

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