Answer Posted / solasa
SAS CATALOG IS A TYPE OF SPECIAL SAS FILE THAT CONTAINS
ELEMENTS.MOST COMMMON ELEMENTS IN SAS CATALOG ARE 'FORMAT'
'SOURCE' OUTPUT,LOG EC.
PROC FORMAT IS USED TO CREATE THE FORMAT AND STORE THEN
IN THE SASCATALOG.
proc format library=SMA;
value $region
'1'='n orthwest'
'2'='southwest'
'3'='central'
;
run;
FORMAT NAME 'REGION' IS STORED IN CATALOG IN 'SMA' LIBRARY
TO KNOW THE CONTENTS OR TO MOVE THE CONTENTS OF ASA CATALOG
USE THE PROCEDURE 'PROC CATALOG'
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how many display types available in sas bi dashboard? : Sas-bi
Which date function advances a date, time or datetime value by a given interval?
I need level 2 to 5 sas using companies in india
Give e an example of..
Explain why double trailing @@ is used in input statement?
What are the parameters of scan function?
what is the difference between infile and input? : Sas-administrator
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How can sas program be validated?
describe the interaction table in sas di? : Sas-di
How would you identify a macro variable?
what is hash files in sas and why we are using this one in sas?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
how does sas handle missing values in assignment statements? : Sas programming
Mention some common errors that are usually committed in sas programming.