Using the PUT statement
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Using the PUT statement
If you need to prepare a data file in a fixed format,
perhaps for use by another system, you can use the PUT statement,
as shown in the i-putdat.p procedure.
i-putdat.p
|
The output from i-putdat.p is written to i-datfl8.d.
i-datf18.d
|
The PUT statement formats the data into the
columns specified with the AT options. Only the
data is output: there are no labels and no box. The SKIP option
indicates that you want each customer's data to begin on a new line.
For more information on the PUT statement, see ABL Reference.