If you were told to create many records from one record
show how you would do this using arrays and with PROC
TRANSPOSE?
Answer / trishnan.
Declare array for number of variables in the record and
then used Do loop Proc Transpose with VAR statement.
Is This Answer Correct ? | 5 Yes | 0 No |
why is sas data integration studio important? : Sas-di
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How are numeric and character missing values represented internally?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What are the data types that sas contain?
Define run-group processing?
How many data types are there in SAS?
Can we create datasets by proc step ? (Proc contents, Means)?
What are symbol tables?Differemce between Local N Global Symbol tables.....
What are the default statistics for means procedure?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';