Briefly explain input and put function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the special input delimiters used in sas programming.
how to know the attributes of first five datasets in a library
which date functions advances a date time or date/time value by a given interval? : Sas programming
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
What was the last computer book you purchased? Why?
What do the put and input function do?
What would you change about your job?
What are the differences between proc means and proc summary?
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
what is the function of catx syntax? : Sas-administrator