Question 59: You have defined a SAS format as below.

 proc format ;

 value location 1='Mumbai' 2='Pune'

 3='Chennai';

 Run;

 How long this format will be available?

  1.          For the new PROC and DATA step only
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 3 Exp : Since, this format are not defined as part of permanent library. Hence, they will remain only temporary as part of Work library only.

You can access to full explanation to question and answer from this page.