What statement do you code to tell SAS that it is to write
to an external file?

Answer Posted / jothi sankar

_NULL_ statemnet.


Eg:

DATA
_NULL_;
SET MYDATA;
FILE '<FILE-LOCATION>';
PUT var1 var2 var3 ... varn;
RUN;

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In ARRAY processing, what does the DIM function do?

703


what are validation tools that are used in sas? : Sas-administrator

585


Explain how you can debug and test your SAS program?

559


how many types of prompts are there? : Sas-bi

542


What are the features of base sas system?

599






What was the last computer book you purchased? Why?

1906


Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

1604


it will become easy if uuu provide website linkssss and list of consultanciessssss

1521


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

1646


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

573


Define run-group processing?

571


name the scheduler for scheduling job and explain the scheduler? : Sas-di

581


What is the maximum length of the macro variable? : sas-macro

609


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

1836


Have you ever used the SAS Debugger?

1201