is it possible to generate sas datasets using proc print ???
Answer / rag_uss
by using proc print we can't generate data sets.
if there is any possibility please send the answer.
| Is This Answer Correct ? | 15 Yes | 3 No |
how does sas handle missing values in assignment statements? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
What are the limitations for memory allocation for SAS variables
What is difference between N and n????
how to read raw data in sas. Do it manually and throw the programming.
what is the use of proc contents and proc print in sas? : Sas-administrator
What do you feel about hardcoding?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.