*Copyright @ www.mycsg.in;
Get the list of variables in a dataset to another dataset
Get the list of variables present in males dataset of work library into a dataset named males_cont01
Get the list of variables present in females dataset of work library into a dataset named females_cont01
Get the list of variables present in cars dataset of work library into a dataset named cars_cont01
Get the list of variables present in datasets named males, females and class of work library
into a dataset named cont01
Get the number of observations present in each dataset of sashelp library into a dataset named numobs
Get the list of numeric variables present in class dataset of sashelp library into a dataset named cont01_num
Get the first variable in datasets named class, cars of sashelp library into a dataset named first_vars
Identify the list of variables which have a label associated and which do not in sashelp.cars dataset