What is the purpose of the trailing @? The @@? How would you
use them?
Answer Posted / srinu
both @AND @@ TAILARING used for the hold the
datalines,difference is how long they hold the data in the
complilation process,@ hold the the data till the end of
the line,but it release the dataline when it reach the end
of the line, but @@ holds the datalines untill the end of
the process
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
what is null hypothesis? why do you consider that?
What is run-group processing?
What is the sas data set? : sas-grid-administration
how to debug and test the sas program? : Sas-administrator
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is sas business intelligence? : Sas-bi
What can you learn from the SAS log when debugging?
What is the role of sas grid administrator? : sas-grid-administration
what are the types of interactive display types? : Sas-bi
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
what are _numeric_ and _character_ and what do they do? : Sas programming
What are the data types that sas contain?
Which command is used to perform sorting in sas program?
how does sas handle missing values in procs? : Sas programming