- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 01-29-2013 09:59 PM
(1239 views)
Hi Experts
If I have a SAS process which contains a proc import at certain point, I suspect that would not work in unix through putty, since it's running in non-interactive mode. One option is to to use -noterminal keyword while running it in unix.
Is there any global option which can be directly input in SAS script ( global options).
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
proc import works fine in any SAS run mode as long as it can reference the location and file / database being imported. Have you tried it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
A log would be helpful. Without it it's a hard to offer further advice.