Problem Note 41191: The FILEVAR= option in the INFILE or FILE statement does not work properly with the INFILE/FILE user exit
If you specify the FILEVAR= option in the same INFILE or FILE statement in which you are also using an INFILE/FILE user exit, the exit only is called for the first file that is specified through the FILEVAR= option. This behavior can lead to incorrect input or output because the data is not going through the INFILE/FILE user exit beyond the first file that is specified.
The only circumvention is to concatenate the files in JCL or in the FILENAME statement and not use the FILEVAR= option in the INFILE or FILE statement.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M3 SP4 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The INFILE/FILE user exit is assigned only to the first file that is specified through the FILEVAR= option.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2010-11-30 12:22:46 |
Date Created: | 2010-10-11 13:15:11 |