Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mainframe Proc import problem 1

Status
Not open for further replies.

No1SASman

MIS
Feb 23, 2007
1
GB
Hi i am trying create a dynamic infile statement that allows me to bring in different layouts of text file on the mainframe system,

Tried using the proc import approach, but the mainframe does not support this. Any suggestions?
 
I'd use a data step with some macro code, however you'll need to know in advance what possible combinations of data you'll have, I don't think you can really make it completely dynamic.

Chris
Business Analyst, Code Monkey, Data Wrangler.
SAS Guru.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top