Hi,
Please explain about MERGENOBY in SAS studio.
1. I have checked in Google also. But I am not able to understand.
/*Mergenoby
Value Description Default (Y/N)
NOWARN performs the positional merge without warning N
WARN Performs the positional merge but writes a warning message Y
to the log
ERROR Performs an ERROR message to the log and the DATA step terminates N */
Googles search.
Syntax
Syntax Description
- NOWARN
-
specifies that no warning
message is issued. This is the default.
- WARN
-
specifies that a warning
message is issued.
- ERROR
-
specifies that an error
message is issued.