Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Prerequisites for checking the online save

Before starting the online save, you can use the validation procedure to check whether all requirements for performing the online save are satisfied. The validation procedure is available as an S procedure in two format:

  • *LIBRARY-ELEMENT(SYSPRC.FDDRL.210,CHECK-OLS,J)
    S procedure in text format. The predefined procedure can be edited and customized using an editor. The chargeable subsystem SDF-P is required to execute the validation procedure.

  • *LIBRARY-ELEMENT(SYSPRC.FDDRL.210,CHECK-OLS,SYSJ)
    Object procedure which is created from the original text format using COMPILE-PRODEDURE. SDF-P is not required to execute the procedure. No customization is possible with this format.

You call the validation procedure with the CALL-PROCEDURE command. You can specify the following parameters in the PROCEDURE-PARAMETERS=*PARAMETERS(...) operand:

Parameter der Prüfprozedur  CHECK-OLS 

SYSOUT = *PRIMARY / <filename 1..54 without-gen-vers>

,INFORMATION = MIN / MED / MAX

Description of the procedure parameters

SYSOUT = *PRIMARY / <filename 1..54 without-gen-vers>
Determines the output target for the SYSOUT outputs of the procedure run.

INFORMATION = MIN / MED / MAX
Controls the scope of the information output.

INFORMATION = MIN
The checks that have been performed and the results are displayed.

INFORMATION = MED
Output takes place as with INFORMATION=MIN. The following information is also listed:

  • All tasks which occupy the pubset

  • All open files on the pubset

INFORMATION = MAX
Output takes place as with INFORMATION=MED. The relevant commands and their results are also displayed. This output is used for diagnostic purposes.