Archives of the TeradataForum
Message Posted: Tue, 16 Jul 2003 @ 02:33:06 GMT
Subj: | | Re: FASTLOAD - NOTIFY EXIT question |
|
From: | | Aldrin, John |
There are two fields in the following code fragment from the sample program in the FastLoad manual:
struct {
UInt32 VersionLen;
char VersionId[MAXVERSIONIDLEN];
UInt32 UtilityId;
UInt32 UtilityNameLen;
char UtilityName[MAXUTILITYNAMELEN];
UInt32 UserNameLen;
char UserName[MAXUSERNAMELEN];
UInt32 UserStringLen;
char UserString[MAXUSERSTRLEN];
} Initialize;
The fields UserStringLen and UserString contain the information that you are looking for.
John...
|