%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 is the prob plot in clinical domain
: and & modifiers.
Can you execute macro within another macro? : sas-macro
What is the difference between nodupkey and nodup options?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
Describe 5 ways to do a “table lookup” in SAS?
How do you read in the variables that you need?
How would you include common or reuse to be processed along with your statements?
Why and when do you use proc sql?
What do the SAS log messages "numeric values have been converted to character" mean?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
for what purpose would you use the retain statement? : Sas programming