Explain the use of proc print and proc contents?
Answer / Amit Kuamr Jaiman
PROC PRINT is a SAS procedure used to display data from a SAS dataset. It can be used for simple data output, while PROC CONTENTS provides detailed information about SAS datasets, including their attributes, variables, and observations.
| Is This Answer Correct ? | 0 Yes | 0 No |
how does sas handle missing values in a merge? : Sas programming
explain the function of substr in sas? : Sas-administrator
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
what is data governance? : Sas-di
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
What sas features do you use to check errors and data validation?
for report generation which one you used proc report or data_null_?
4 Answers Accenture, Quintiles,
What are symbol tables?Differemce between Local N Global Symbol tables.....
where are dashboard components are created and maintained? : Sas-bi
What is the difference between an informat and a format? Name three informats or formats.