![]() | ![]() | ![]() | ![]() | ![]() |
If you create a fixed-length record file where the record length of every record in the file is an odd number, the file is formatted incorrectly.
Here is an example of a program that creates a fixed-length record file called outfile.dat:
DATA _NULL_; FILE "OUTFILE.DAT" LRECL=15 RECFM=F; AA='ABCDEFGHIJKLMNO'; DO X = 1 TO 4; PUT @1 AA $15.; END; RUN;
The contents of outfile.dat are then incorrect:
$ TYPE OUTFILE.DAT ABCDEFGHIJKLMNO BCDEFGHIJKLMNOA CDEFGHIJKLMNOAB DEFGHIJKLMNO
Select the Hot Fix tab in this note to access the hot fix for this problem.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | Base SAS | OpenVMS on HP Integrity | 9.21_M3 | 9.2 TS2M3 |