🎴 Flashcard Mode

Enterprise Development and Reporting Technologies

Card1 / 20
Mastered0
Review0
QuestionClick to flip

data null; put ‘ankur’; run; Where will the ouput(ankur) be written?

AnswerClick to flip back
A
d.)Log
💡 Explanation:

The PUT statement in a DATA NULL step writes output to the SAS log by default when no FILE statement is specified. The NULL dataset is not stored - it's used only for processing without creating an output dataset.

Change Mode