Problem Note 68996: The CVP engine fails on a z/OS system when you use a remote submit block of code in SASĀ® 9.4M3 (TS1M3) and later
When you execute an RSUBMIT block of code that uses the character variable padding (CVP) engine with a Generation Data Group (GDG) or a standard sequential file, it fails with an error that is similar to one of the following:
ERROR: DCB attributes incorrect for library data set ABCDEF.BLAH.
ERROR: Error 9 reading library data set ABCDEF.GDG.G0005V00 to retrieve LAAS
Here is an example of code that uses the CVP engine and experiences this problem:
rsubmit;
filename UWV_best 'ABCDEF.GDG(0)';
libname UWV cvp "%sysfunc(pathname(UWV_best))";
options compress=binary;
proc download infile=UWV outfile="C:\Temp\File.out" binary;
run;
endrsubmit;
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.4_M3 | 9.4_M8 | 9.4 TS1M3 | 9.4 TS1M8 |
z/OS 64-bit | 9.4_M3 | 9.4_M8 | 9.4 TS1M3 | 9.4 TS1M8 |
*
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.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2024-05-15 14:41:14 |
Date Created: | 2022-03-10 10:15:10 |