If it's not working properly
1. At a command line, run TSO %RVARS report_name to find out what
variables the report has.
2. Make SQL commands to update the dialog table that controls report
variables. For the variable in question, set the value for IN_HEADER
to 'Y' and the value for IN_HEADER_VALUE to 'All'.
Examine EPDM.DEFS(FIXVARS) for an example.
3. Execute the SQL commands.