I'm trying to see all the environment variables available in LID. Normally you can redirect the output of command to a text file using the redirection operator ">" or pipe it to LASHOW.
However, SET, which displays the environment variables, is a Windows command and gives an error in LID when I try to pipe or redirect, and the output scrolls of the screen.
We are hosted, and cannot log into the Lawson Windows server directly, LID is our only interactive interface.
Any ideas on how to capture the output from SET so I can see all the variables?