what is the use of catalog?
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 |
Where do you use proc means over proc freq?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Tell me about % include and % eval? : sas-macro
What is the basic structure of a sas program?
What are the differences between proc means and proc summary?
How would you identify a macro variable?
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
wat is sas? is a package or programming language?
for report generation which one you used proc report or data_null_?
4 Answers Accenture, Quintiles,
How do you control the number of observations and/or variables read or written?
what is the difference btw proc means and proc univariate?
what is change analysis in sas di ? : Sas-di