BookmarkSubscribeRSS Feed
Jaheuk
Obsidian | Level 7


dear all,

after a remote submit I frequently use code below to view the remote data:

. . . . code . . .

 

%sysrput
pad=
%SYSFUNC(PATHNAME(WORK));

  

ENDRSUBMIT;

 

libname rwork "&pad." server=prdsys;



HOW do I code the opposite?

something like this . . . but what servername to use . . . ??

%syslput pad=%bquote(%SYSFUNC(PATHNAME(WORK)));

RSUBMIT;

%put &pad. ;

libname rwork "&pad." server=XXXXXX ;

. . . code . . .

GreetZ,

Herman







4 REPLIES 4
LaurentdeWalick
Fluorite | Level 6

You can't ...

... unless you are running a SAS/CONNECT server on your local machine. I don't expect that will be the case. If you are running SAS/CONNECT locally, than the servername is the hostname of your local machine

LinusH
Tourmaline | Level 20

Just out of curiosity, what are you trying to achieve?

Data never sleeps
Jaheuk
Obsidian | Level 7

>>> all code is submittted on SAS PC,

because of large datasets i do a remote submit on mainframe,

afterwards i read in the created subset on pc and process it

so from pc view this rwork libname works

BUT,

now if have a dataset on pc and  i want, from mainframe, read it in directly (without doing a proc upload)

H.

LinusH
Tourmaline | Level 20

PROC UPLOAD will always be more efficient than reading a data set via a remote libname (exception: a very narrow where-clause on an indexed variable - but I doub't that your work-tables are indexed..?)

Data never sleeps

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1687 views
  • 6 likes
  • 3 in conversation