Archives of the TeradataForum
Message Posted: Wed, 05 Dec 2002 @ 04:13:19 GMT
Subj: | | Re: Need help to fix error in mload - I have removed logon lines |
|
From: | | Michael Larkins |
Mayur:
You are not taking the time to read the error message. It tells you what is wrong. Either that, or it is time for you to read a manual
or take a utilities class.
The error indicates that you have put two values (file names) in your parameter record and only provided one variable name in your accept
(fname).
You must use one parameter value with one variable name and two parameter values for two names and etc. Are you seeing the pattern?
Mike
|