SUPPORT / SAMPLES & SAS NOTES
 

Support

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

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemBase SASz/OS9.4_M39.4_M89.4 TS1M39.4 TS1M8
z/OS 64-bit9.4_M39.4_M89.4 TS1M39.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.