Hello Experts, I have developed a simple web application using the SAS Stored Process on Windows Server. It's absolutely working fine there but when I have migrated to Linux environment - It is working fine till the second screen. When User is moving to next screen after entering the values into the second screen, it doesn't passing the macro variables of input form to third screen. They were defined as Global. Just to simplify: Screen 1: Having simple text box to mention the Name (Two global macro variables - Name and Dataset name) Screen 2: Having three text box to mention the Address (Three Macro Variables Address1, Address2 & Postal Code. Dataset name and Name has been forwarded to this screen) Screen 3: Report output (All the above variables defined as Global and should pass here to update the table and generate the report). But screen 3 is not having all the macro variables and this issue is only in Linux (RHEL) operating system. Need help to resolve this issue. Thanks in advance
... View more