There is no command in IDMS to display the LE/370 runtime options in use. It would be useful to be able to do this if a client is unsure which JCL has been used to create the CEEUOPT and RHDCLEFE modules.
There is a method that can be used to determine the options in use.
Write a trivial batch COBOL program. This program does not have to do anything and it does not even need to access an IDMS database. When compiling the program, include the RHDCLEFE module that the CV uses in the link edit of the program load module.
Run the program with the following in the PARM clause of the EXEC statement:
PARM='/RPTOPTS(ON)'
This will cause the LE/370 runtime options in the RHDCLEFE module to be listed in the output of the batch program.