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 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1157 views
  • 0 likes
  • 2 in conversation