Example 3
DISPLAY FROM(DATA) LIST(JUSTDATA) -
NOHEADER -
ON(17,5,PD) ON(1,2,FI)
Prints, in the JUSTDATA data set:
- Data lines in the standard format containing:
- The packed decimal values from positions 17-21 of the DATA data set in the standard format
- The fixed-point values from positions 1-2 of the DATA data set in the standard format
The JUSTDATA output contains no page ejects or heading lines and looks as follows (the first 2 records are shown with illustrative values):
-0000000000273216 +0000000000000027
+0000000000993112 +0000000000000321
. .
. .
. .