Archives of the TeradataForum
Message Posted: Fri, 21 Jan 2000 @ 17:03:12 GMT
| Subj: | | Re: Fastload error 3523 |
| |
| From: | | Fred Pluebell |
The current MVS version of FastLoad does call this macro.
You're probably still invoking the old Pascal version (PGM=FASTMAIN) in your MVS JCL instead of the current C version
(PGM=FASTLOAD). The older version recorded checkpoint information in a preformatted sequential file on MVS (DDNAME BDLLOG). Because
there are a few minor command language differences (e.g. "ALL" keyword is now required on a DELETE statement) the host load library
still contains both versions to allow a controlled migration to the new release.
|