Usage Note 5122: V6CHECK and V7CHECK SAS library diagnostic utilities
Two SAS disk-format library diagnostic utility programs are shipped
with Version 8. These utilities are for MVS (OS/390, Z/OS) SAS
libraries. The utilities are useful in diagnosing corrupted permanent
SAS data sets. To use these utilities, set up a JCL job stream as
follows:
//V67CHECK JOB (accnt-info) <- Provide valid JOBCARD
//STEP1 EXEC PGM=V6CHECK <- or V7CHECK
//STEPLIB DD DSN=your.sas.v8.load.library,DISP=SHR
//SASLIB DD DSN=your.sas.disk.library,DISP=SHR
//SYSPRINT DD SYSOUT=*
The STEPLIB DD should point to your Version 8 SAS load library, the
SASLIB DD should point to the SAS disk library in question to be
analyzed, and the diagnostic output from the utility is written to the
SYSPRINT DD.
V6CHECK should be used for analyzing Version 6 libraries, and V7CHECK
for Version 7 and 8 libraries.
Operating System and Release Information
| SAS System | Base SAS | z/OS | 8 TS M0 | |
*
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: | Usage Note |
| Priority: | |
| Topic: | Data Management ==> Access ==> SAS I/O
|
| Date Modified: | 2001-05-31 10:34:46 |
| Date Created: | 2001-05-31 10:34:46 |