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?

Answer Posted / xxx

proc print data=DSN;
var a: k:;
run;

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of sas grid administrator? : sas-grid-administration

830


Tell me about % include and % eval? : sas-macro

680


Explain bmdp procedure?

616


Describe what are the different levels of administrative users in sas? : sas-grid-administration

606


what is null hypothesis? why do you consider that?

2424






What are the parameters of scan function?

622


how can you import .csv file in to sas? : Sas programming

640


Which date function advances a date, time or datetime value by a given interval?

672


How would you identify a macro variable? : sas-macro

537


Explain the use of proc print and proc contents?

562


Mention some common errors that are usually committed in sas programming.

591


In SAS explain which statement does not perform automatic conversions in comparisons?

803


What does the RUN statement do?

854


How is character variable converted into numeric variable and vice versa?

600


What do you know about sas data set?

598