%STPbegin;%STPEND;
ERROR: No logical assign for filename _WEBOUT.
WARNING: No body file. HTML output will not be created.
unable to fix it.plz help
Answers were Sorted based on User's Feedback
Answer / ravi ayachitam
Before executing your code ,Go to options list --->go to
stored process
Please uncheck Force Streaming to Transient
Then again execute your program. You can able to execute
the stp.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / rajesh
%Stpbegin;
*processbody;
%Stpend;
This is basically for creating the stored process; by using
this on the web portal we can give the client to see his
data in streaming maner. for this we have to write the code
in macros. so here _webout means it is not connected with
the webserver, so give the portal number of the web service
and start the Tamcat and xythos.
| Is This Answer Correct ? | 0 Yes | 5 No |
What are the new features included in the new version of SAS Programming Language?
What are the joins,types of joins and thier functions?
what is the effect of the options statement errors=1? : Sas programming
is there any difference between proc summary and proc means?
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
how do u test a pros sql(works or not) without executing it?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
Mention how to limit decimal places for the variable using proc means?
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
At compile time when a SAS data set is read, what items are created?