Tell different ways to create Macrovarible?
Answers were Sorted based on User's Feedback
Answer / shah
Four ways to create Macro variables:
1. %Let
2. %Macro(Keyword or Positional Parameters)
3. Proc SQL select into:
4. Call Symput
| Is This Answer Correct ? | 25 Yes | 1 No |
Answer / kamal sharma
1. %LET
2. %GLOBAL
3. %LOCAL
4. Macro parameter
5. %DO loop index variable
6. CALL SYMPUT / CALL SUMPUTX
7. PROC SQL INTO clause
8. ODS OUTPUT statement using the MATCH_ALL option
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / paramatma pulivarthi
there are 5 ways to create macro variable
1.by using %global
2.by using %local
3.by using %let
4.by using call symput
5.by using select and into clause
and
6. by passing the values to macro through the parameters.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?
Name and describe few sas character functions that are used for data cleaning in brief.
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
How you can read the variables that you need?
Difference Between Scan and Substr
What is the difference between a PROC step and a DATA step?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
How do dates work in SAS data?
How do you specify the number of iterations and specific condition within a single do loop?
What SAS statements would you code to read an external raw data file to a DATA step?
Describe a time when you were really stuck on a problem and how you solved it?
How to create list output for cross-tabulations in proc freq?