We can view the edit profile with command PROFILE.
Can i check the profile in REXX.
I have a rexx exec which reads an input file line by line and with some condition writes it in output file. If for input file "NUM ON" is set then this rexx reads the line from input file with last 8-9 digits as numbers and writes the same in output file.
How can my REXX understand whether it is "NUM OFF" or "NUM ON" set for input file ?