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
Can you execute macro within another macro? : sas-macro
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How to convert a numeric variable to a character variable?
explain what is data set in sas? : Sas-administrator
where are dashboard components are created and maintained? : Sas-bi
what is hierarchy flattening? : Sas-di
how does sas handle missing values in a merge? : Sas programming
How to include or exclude specific variables in a data set?
How long can a macro variable be? A token? : sas-macro
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
How does proc sql work?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
How to limit decimal places for the variable using proc means?
If money were no object, what would you like to do?