PROC SQL always ends with QUIT statement.Why cant you use
RUN in PROQ SQL ?
Answer Posted / richa
The PROC SQL step does not require a RUN statement. PROC
SQL executes each query automatically. If you use a RUN
statement with a PROC SQL step, SAS ignores the RUN
statement, executes the statements as usual, and generates
the note shown below in the SAS log:
NOTE: PROC SQL statements are executed immediately;
The RUN statement has no effect.
As per SAS certification guide.
| Is This Answer Correct ? | 47 Yes | 0 No |
Post New Answer View All Answers
List out some key concept of SAS
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is star schema? : Sas-di
: and & modifiers.
How do you test for missing values?
what are the considerations when picking a SAS/STAT procedure?
What’s the difference between var b1 – b3 and var b1 — b3?
Explain the difference between informat and format with an example.
How we can create SAS USER DEFINED CODE?
Hi, If anyone has base SAS certification dumps, please share.
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the role of unrestrictive users? : sas-grid-administration
what is program data vector? : Sas-administrator
What does proc print, and proc contents are used for?
What are the special input delimiters used in SAS?