Todd Van Valkenburg Posted December 20, 2023 Posted December 20, 2023 It would be helpful to have a report set up that displays all the global and session variables that active for their session. Looking at Focal Point, I see that you can issue the command-? &which will list out all the variables and values. However, it is nor formatted properly and some longer variable names are truncated.E.g. &&STUDENT_MTU>= Michigan Technological UniversityThe correct/entire global variable name is actually-SET &&STUDENT_MTU_TITLE='Michigan Technological University';Is there a better method?Thanks!
Solution Brent Mason Posted December 20, 2023 Solution Posted December 20, 2023 Use the following to avoid truncation:-? & SAVEPRINT 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now