+++ /dev/null
-data-list.data:1: error: (columns 1-5, field type F8.0) Field does not form a
- valid floating-point constant.
-data-list.data:1: warning: LIST: The expression on PRINT SPACE evaluated to -
- 2147483648. It's not possible to PRINT SPACE a negative number of
- lines.
-data-list.data:2: error: (columns 1-8, field type F8.0) Field does not form a
- valid floating-point constant.
-data-list.data:4: warning: LIST: The expression on PRINT SPACE evaluated to -
- 2147483648. It's not possible to PRINT SPACE a negative number of
- lines.
-data-list.data:4: error: (columns 3-12, field type F8.0) Field does not form a
- valid floating-point constant.
-data-list.data:6: warning: LIST: The expression on PRINT SPACE evaluated to -
- 2147483648. It's not possible to PRINT SPACE a negative number of
- lines.
-data-list.data:1: error: (columns 1-5, field type F8.0) Field does not form a
- valid floating-point constant.
-data-list.data:2: error: (columns 1-8, field type F8.0) Field does not form a
- valid floating-point constant.
-data-list.data:2: warning: LIST: Missing value(s) for all variables from C
- onward. These will be filled with the system-missing value or blanks,
- as appropriate.
-data-list.data:3: warning: LIST: Missing value(s) for all variables from B
- onward. These will be filled with the system-missing value or blanks,
- as appropriate.
-data-list.data:4: error: (columns 3-12, field type F8.0) Field does not form a
- valid floating-point constant.
-data-list.data:4: warning: LIST: Missing value(s) for all variables from C
- onward. These will be filled with the system-missing value or blanks,
- as appropriate.
-data-list.data:5: warning: LIST: Missing value(s) for all variables from C
- onward. These will be filled with the system-missing value or blanks,
- as appropriate.
-data-list.data:6: warning: LIST: Missing value(s) for all variables from B
- onward. These will be filled with the system-missing value or blanks,
- as appropriate.
+++ /dev/null
-title 'Test PRINT transformation'.
-
-remark EOF
-----------------------------------------------------------------------
-There is no test for DATA LIST FIXED since it is imagined that the
-rest of the tests give it a pretty good workout.
-----------------------------------------------------------------------
-EOF
-remark EOF
-----------------------------------------------------------------------
-Testing use of DATA LIST FREE.
-----------------------------------------------------------------------
-EOF
-data list free table file='data-list.data'/A B C D.
-print outfile="foo" table/A(f8.2) '/' B(e8.2) '/' C(n10) '/' D(rbhex16) '/'.
-print space a.
-print outfile="foo" /a b c d.
-list.
-
-remark EOF
-----------------------------------------------------------------------
-Testing use of DATA LIST LIST.
-----------------------------------------------------------------------
-EOF
-data list list table file='data-list.data'/A B C D.
-print table/A B C D.
-list.
-