This statement is executed immediately under the FDDRL main task and outputs the FDDRL parameters which are currently set to SYSOUT or SYSLST. You can select the output medium with the OUTPUT operand. The MODIFY-FDDRL-PARAMETERS statement enables you to change parameter values for the FDDRL run.
After FDDRL has started, the default values or, if they exist, the values in the FDDRL parameter file adjusted on a system-specific basis are displayed.
SHOW-FDDRL-PARAMETERS | Alias: SFP | ||||||||||||||||||||||||
| |||||||||||||||||||||||||
OUTPUT =
Defines the output medium for the text output of reports and SHOW statements.
OUTPUT = *SYSOUT
Text output takes place to system file SYSOUT.
OUTPUT = *SYSLST(...)
Text output takes place to system file SYSLST.
SYSLST-NUMBER= *STD / <integer 1..99>
Defines whether the output is to take place to system file SYSLST or to a SYSLST file from the set SYSLST01 through SYSLST99. The default value is *STD, i.e. the output takes place to system file SYSLST.
OUTPUT = *NONE
No text output takes place.
STRUCTURE-OUTPUT =
Controls structured output of reports and SHOW statements to S variables.
STRUCTURE-OUTPUT = *SYSINF
Structured output is directed to the S variable stream SYSINF.
STRUCTURE-OUTPUT = <structured-name 1..20> (...)
Name of the S variable which is to be used for structured output.
WRITE-MODE =
Defines whether the output should replace or complement the current content of the S variable.
WRITE-MODE = *REPLACE
The current content of the S variable is replaced by the new output.
WRITE-MODE = *EXTEND
The new output extends the current content of the S variable.
STRUCTURE-OUTPUT = *NONE
No structured output takes place.
Output information
The table below shows the fields output and their meaning. The default values of the FDDRL parameters are also specified:
Field name | Parameter name in the MODIFY-FDDRL-PARAMETERS statement | Preset value when FDDRL is called |
| PROCESS-JOBS | *BY-SUBTASK(...) |
| TASK-LIMIT | 4 |
| RUN-PRIORITY | *STD |
| STATUS-OUTPUT-PERIOD | 5 minutes |
| SECURE-WAIT-TIME | 1 minute |
| JOB-NAME | *STD |
| RETENTION-PERIOD | 0 days |
| LOCATION | *STD |
| TAPE-FORMAT | *STD |
| REPORT-FILE | *STD |
| MONITORING | *NO |
| KEEP-REQUESTS | 40 days |
Table 2: Outputs of the SHOW-FDDRL-PARAMETERS statement with defaults
Typical output
|
Output to S variable
Output information | Name of the S variable | T | Contents |
Output identification | var(*list).ID | S | FBDSFP |
FDDRL version | var(*list).VERSION | S | V21.0A00 |
Current date | var(*list).DATE | S | <yyyy-mm-dd> |
Current time | var(*list).TIME | S | <hh:mm:ss> |
PROCESS-JOBS | var(*list).PROCESS-JOBS | S | *BY-SUBTASK |
Subtask limit | var(*list).SUBTASK.TASK-LIM | S | <integer_1..16> |
Subtask priority (128..255) | var(*list).SUBTASK.RUN-PRIO | S | <c-string 3..3> |
Period of the status output | var(*list).SUBTASK.STA-OUTPUT-PERIOD | S | <0..60 minutes> |
Secure wait time | var(*list).SUBTASK.SEC-WAIT-TIME | S | <0..604800 seconds> |
Subtask job name | var(*list).JOB-NAME | S | *STD |
Retention period of the output tapes | var(*list).RETENT-PERIOD | S | <0..32767 days> |
Location of the output tapes | var(*list).LOCATION | S | *STD |
Tape format | var(*list).TAPE-FORM | S | *STD |
Setting for the report file | var(*list).REPORT-FILE | S | *STD |
Monitoring of the requests in the case of SE servers | var(*list).MONITORING | S | *NO |
Automatic deletion of the requests | var(*list).KEEP-REQUESTS | S | <c-string 1..5> |