Loading...
Select Version
&pagelevel(3)&pagelevel
A standard procedure is provided for each task of the UDS online utility.
The standard procedure *STDRELOC permits a simple sequence of relocation transactions which is automatically terminated when the first READY UPDATE statement fails or the source and target levels are identical. It is consequently equivalent to
READY UPDATE;RELOCATE;
EXIT COND=STATUSCODE EQ 010;FINISH
The standard procedure *STDFPASCAN executes an FPASCAN transaction, but this is not executed if the READY UPDATE statement fails. It is consequently equivalent to
READY UPDATE;FPASCAN;FINISH
The standard procedure *STDREPPP is equivalent to
READY UPDATE; REORGPPP; EXIT COND = STATUSCODE EQ 010; FINISH;