|
V6-DOWNLOAD-F884
AFTER= option not honoring YEARCUTOFF= option using UPLOAD or DOWNLOAD
|
When using SAS/CONNECT's PROC UPLOAD or PROC DOWNLOAD to transfer
catalogs with the AFTER= and YEARCUTOFF= options specified, an
error may occur and the catalogs may not get transferred. The
error will occur if the YEARCUTOFF= option has been set to 2000.
For example:
OPTIONS YEARCUTOFF=2000;
PROC UPLOAD INCAT=<catalog> OUTCAT=<catalog> AFTER='01JAN1900'd;
RUN;
OPTIONS YEARCUTOFF=2000;
PROC UPLOAD INCAT=<catalog> OUTCAT=<catalog> AFTER='01JAN2000'd;
RUN;
OPTIONS YEARCUTOFF=1890;
PROC UPLOAD INCAT=<catalog> OUTCAT=<catalog> AFTER='01JAN1900'd;
RUN;
The first and second PROC UPLOAD's work. The last code still
assumes the YEARCUTOFF to be 2000 and fails.
THIS IS A YEAR 2000 READINESS DISCLOSURE.
| Products: | CONNECT |
| Component: | DOWNLOAD |
| Priority: | MED |
| Status: | Outstanding Problem |
| Date: | Tue, 6 Apr 1999 |
| System | Release Reported | Release Fixed |
| VM/ESA (CMS) | 6.09 TS450 | 6.09 TS470 |
| OS/390 (MVS) | 6.09 TS450 | 6.09 TS470 |
| OpenVMS VAX | 6.09 TS450 | 6.09 TS470 |
| Intel ABI | 6.11 TS040 | 6.11 TS051 |
| Silicon Graphics Unix | 6.11 TS040 | 6.11 TS051 |
| Windows 3.11 | 6.11 TS040 | 6.12 TS060 |
| Windows NT | 6.11 TS040 | 6.12 TS060 |
| Windows 95 | 6.11 TS040 | 6.12 TS060 |
| AIX/6000 | 6.12 TS020 | 6.12 TS060 |
| HP-UX Operating Systems | 6.12 TS020 | 6.12 TS060 |
| IBM OS/2 | 6.12 TS020 | 6.12 TS060 |
| Solaris | 6.12 TS020 | 6.12 TS060 |
| OpenVMS Alpha | 6.12 TS020 | 6.12 TS060 |
| Compaq Tru64 Unix | 6.12 TS040 | 6.12 TS051 |
| Macintosh | 6.12 TS040 | 6.12 TS051 |
No Fixes Available