How would you include common or reuse code to be processed
along with your statements?
Answers were Sorted based on User's Feedback
Answer / mallikarjuna reddy.vanna
i think, it is by using %include statement
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / rishie
by calling a macro into your program
data x;
set x;
%Z;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
how to intersect the tables by using PROC MIXED?
what are informats in sas? : Sas-administrator
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
How would you delete duplicate observations?
what are the sites did u refer for enquiries and doubts for SAS
How can I remove header from output data set?
what is sas? is a package or tool? give me introduction about sas?
Why is SAS considered self-documenting?
How would you define the end of a macro? : sas-macro