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

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 8 replies
  • 2784 views
  • 1 like
  • 4 in conversation