mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
QnA
Certification
Resources
Disclaimer
Contact Us
Training
Sign Up
Login
New or returning user — sign in with Google for instant login, no password needed.
Sign in with Google
Maybe later
Quiz title : Set - 001 - Part 04
Question 1 of 9
Given the following entry in the SAS log:
Which alternate method could you use to?
? Transpose all data
? Not produce a warning message in the log
Use PROC TRANSPOSE with a WHERE clause to omit records with missing VISIT values
Use PROC COPY with SELECT statements
Use PROC DATASETS with SELECT and MODIFY statements
Use a DATA step with conditional OUTPUT statements