BookmarkSubscribeRSS Feed
MohamedS
Obsidian | Level 7
Hi,

I'm trying to create a web application using SAS and I used the Data setp as follow:
data _null_;
file _webout;
if libref('SAVE') ne 0 then
rc = stpsrv_session('create');
put '';
put 'Online Library Main Aisle';
put;
put '';
put '

Online Library Main Aisle

';
put;
put 'Select one of the following areas of the library:';
put '';
put '';
put '';
run;

But I recieve the Error :

ERROR: Stored Process Server environment not available
ERROR: Internal error detected in function STPSRV_SESSION. The DATA step is terminating during
the EXECUTION phase.
is there anyone know what is the problem? by the way stored process server working fine from E.G and through Portal
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
This is really a question best answered by Tech Support. Since you have a specific application and code that is not working and a particular environment that you have to operate within. I have some memory of problems related to using DATA _NULL_ and trying to write to _WEBOUT -- but I don't know whether that applies to your situation or not.

Your best bet for help is to contact Tech Support. To contact them, go to http://support.sas.com and on the left hand navigation area, click on the link, entitled "Submit a Problem".

cynthia

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