Answer Posted / april
proc cimport procedure allows us to convert a binary format
data into SAS dataset.
Syntax:
proc cimport infile= <binary format file> data=<dataset
name>;
run;
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Mention what are the data types does SAS contain?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the command used to find missing values?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How you can read the variables that you need?
Have you used macros? For what purpose you have used? : sas-macro
Explain the special input delimiters used in sas programming.
What is run-group processing?
describe about metadata object? : Sas-di
How to specify variables to be processed by the freq procedure?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
explain the proc in sas? : Sas-administrator
Of all your work, where have you been the most successful?
What is the use of stop statement?
Explain the purpose of retain statement.