BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,
Can you explain me how to call ajax in SAS stored process web application.
In my page contains all html tags - specifically
input box, check box, combo box, list box and radio button. these i need to implement SAS with Ajax.
Please provide me some samples.
What are the configuration files needs to use ajax with sas stored process web application. Please advise me.
1 REPLY 1
sarunas
Calcite | Level 5
Hi,
there are few things if you want to use AJAX within SSP:

1. Custom forms - these are jsp files that contain all your html objects for the end user to control and JavaScript functions that use AJAX to call SSP that return back data in XML. Then you use the JavaScript to populate your HTML objects with the values returned in XML.

2. SSP that returns you XML based on the AJAX query that is triggered by end user when he/she gets the custom form loaded on the browser.

3. The SSP that returns stream or whatever output based on the values of the HTML objects already populated by your AJAX queries.
------
I have working examples but these files are pretty big, send me an email: sarunasta@yahoo.com and I'll send you them to try.

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
  • 1040 views
  • 0 likes
  • 2 in conversation