BookmarkSubscribeRSS Feed
gabbahia
Calcite | Level 5

Hi!

 

I used PROC ASTORE to score new data with a model built using Model Studio. I used the following code, that runs with no errors and it shows me the output table.

 

proc astore;
score data=SRCRCTS.Dados_PFR_BL

rstore=Models._1UWO0QEF9FQWIMWAQU43SNBFY_AST
epcode='/sasdata/SRC/RCTS/dmcas_epscorecode.sas'
out=SRCRCTS.LEGADO_PROCESSADO;
run;

quit;

 

My problem is that now I want to use the table LEGADO_PROCESSADO on the VA, but it's not on the lib SRCRCTS. I used VA to try to open the data but it does not appear there and then I tried to use PROC CASUTIL to try to promote the table but when I say the name of the table and the lib it returns me an error that the table does not exist. I really don't know what is happening and hope someone can help me.

1 REPLY 1
ballardw
Super User

Any time referencing an error show the entire text of the error. If the error is in the log copy the code along with the errors and all messages and paste into a code box opened on the forum using the </> icon above the message window.

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 370 views
  • 0 likes
  • 2 in conversation