SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 44847: A system abend 0C7 occurs in SAS® 9.3 when members of a PDS with nonstandard ISPF statistics are processed

DetailsCodeOutputHotfixAboutRate It

In SAS 9.3, a system abend 0C7 occurs during processing of a member of a PDS (partitioned data set) that has non-ISPF (non-Interactive System Productivity Facility) information stored in the directory entry for the member. When you view the member list from ISPF, the statistics area is blank. You might see the following message in your SAS log:

ERROR: System abend 0C7 occurred in module SASVX function VVZCVDT at offset 0007

The problem is caused by a change in SAS 9.3 that displays the Creation Date for the member if the statistics are in the member record. The change to SAS 9.3 was an attempt to display the Creation Date for the member if member statistics are found for the member. If there are no statistics for the member, SAS displays the Creation Date of the library instead. This field is checked only and thus the error occurs only for members processed with the INFILE statement or the FINFO function. Click the Full Code tab at the top of this note to see a macro that you can use to read and format all directory entries within a PDS. Entries that do not contain standard ISPF statistics will display the user area both in character and hexadecimal values.

For example:

NOTE: The infile PARMS(DBSPLIT) is:
      Dsname=SYS.PDS.EXAMPLE(DBSPLIT),
      Unit=SYSDA,Volume=ABC123,Disp=SHR,Blksize=6160,
      Lrecl=80,Recfm=FB,Creation=2011/11/09
To circumvent the problem, edit the member through ISPF and issue the command STATS ON. If you do not want to have member statistics, then subsequently specify STATS OFF. This resets the STATS field.

Note: Some third-party file management utilities might store data in this area of the member record and cause this error. The same utility might later update the member record again, causing the error in SAS to recur.

Click the Hot Fix tab in this note to access the hot fix for this issue.

Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASz/OS9.3 TS1M09.3 TS1M2
* 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.