How do you download a flat file from Mainframe to your
local PC using SAS?
Answer Posted / sastechies
I would use FileName FTP statement...
FILENAME FILE2 FTP 'PDSNAME' HOST='host'
CD= "'dir'"
user='user'
pass='pass'
lrecl=256
debug;
data _NULL_;
infile FILE2 lrecl=26095;
file "file.txt" lrecl=3000 pad;
input;
put _infile_;
run;
Any other method....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What is a method to debug and test your SAS program?
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
What is the role of unrestrictive users? : sas-grid-administration
How would you define the end of a macro?
What is SAS informats?
What is a put statement?
What is PDV?
: and & modifiers.
What is program data vector (pdv) and what are its functions?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What are SAS/ACCESS and SAS/CONNECT?
Explain substr function?
what r the job openings SAS for fresher graduates !
What versions of SAS have you used (on which platforms)?