BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Jim_O_CCCU
Fluorite | Level 6

EG:7.11

VA: 7.2 (Non-distributed)

 

Dear all,

 

I can drag a LASR table from it's libray (in the servers library tree) on to the process flow - which then opens for me to view the data, but am not able to access the same programmatically...

 

data test;

   set myvalib.mytable;

run;

 

Throws the following:

 

ERROR: Libref myvalib is not assigned

 

I have done a right click-->Properties on the library in the tree and have verified that the libref is correct.

 

Many thanks in advance

 

Jim

1 ACCEPTED SOLUTION

Accepted Solutions
itchyeyeballs
Pyrite | Level 9

Not seen your issue yet but we have had lots of random errors trying to use LASR tables in programs, SAS advised that its not best practice so we create duplicate old school sas7bdat files to use.

 

I think CAS is different in this regard 

View solution in original post

8 REPLIES 8
SASKiwi
PROC Star

The default LIBREF for the public LASR library is LASRLIB. Does that work in a program?

Jim_O_CCCU
Fluorite | Level 6

Hi,

 

We don't have anything loaded to the public LASR, are you suggesting loading a table to that server as a test - permissions being lower or something?

 

Thanks

 

Jim

SASKiwi
PROC Star

OK, so where does MYVALIB point to then? I just guessed it was pointing at the public laser library. Can you post the properties of this library?

Jim_O_CCCU
Fluorite | Level 6

Thanks for coming back.

 

Yes will, do. I'll pick this up again tomorrow once I'm back in the office.

 

🙂

Jim_O_CCCU
Fluorite | Level 6

OK Properties of the library are as follows:

 

Type: Library

Description: Visual Analytics library definition for LASR data

 

Server: SASVA

Engine: SASIOLA

Location: /Products/SAS VA Admin

 

Options:

TAG=HPS

HOST=myserverpath

SIGNER:http://myserverpath:80/

SASLASRAuthorization PORT=10011

 

Libref: MYVALIB

Read Only: No

Temporary: No

 

++++++++++++++++++++++

 

Thanks

 

Jim

 

jltz83
Obsidian | Level 7

Is SASVA the selected server in your program editor?

itchyeyeballs
Pyrite | Level 9

Not seen your issue yet but we have had lots of random errors trying to use LASR tables in programs, SAS advised that its not best practice so we create duplicate old school sas7bdat files to use.

 

I think CAS is different in this regard 

Jim_O_CCCU
Fluorite | Level 6

Hi jitz83,

 

Thanks very much, that worked!

 

Best regards

 

Jim

 

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 8 replies
  • 1493 views
  • 1 like
  • 4 in conversation