Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do you download a flat file from Mainframe to your
local PC using SAS?

Answer Posted / poojavaibhav

A "flat file" is a plain text or mixed text and binary file which usually contains one record per line[2] or 'physical' record (example on disc or tape). Within such a record, the single fields can be separated by delimiters, e.g. commas, or have a fixed length. In the latter case, padding may be needed to achieve this length. Extra formatting may be needed to avoid delimiter collision. There are no structural relationships between the records.


You can use Import wizard or import procedure or infile statement to create sas dataset and then use file statement to write file in log.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between %put and symbolgen? : sas-macro

1296


do you need to know if there are any missing values? : Sas programming

1123


I have a dataset concat having variable a b & c. How to rename a b to e & f?

1076


What is the use of function Proc summary?

1344


Which are the statements whose placement in the data step is critical?

1308


Explain translate function?

1256


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2553


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

1059


how could you generate test data with no input data? : Sas programming

1235


Mention common programming errors committed in sas ?

1168


what is sas and what are the functions? : Sas-administrator

1031


Give some examples where proc report’s defaults are same as proc print’s defaults?

1162


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

1118


how are numeric and character missing values represented internally? : Sas programming

1199


how do you debug and test your sas programs? : Sas programming

1170