VCKP


This command writes updated profile pool variables to the BBIVARS data set.

Command

Parameters

VCKP

This command has no parameters.

Checkpoints for PROFILE variables are taken automatically at EXEC termination if these variables were updated in the EXEC. With VCKP, you can write variables that were updated in the profile pool directly to the BBIVARS data set on disk at any point in time during EXEC execution.

This action is recommended if the EXEC does not terminate for extended periods of time. Perform this action when you need to guarantee the integrity of certain variables.

Warning

Presence of the VCKP command within an EXEC’s loop might degrade the performance of the BBI-SS PAS.

Condition codes are listed in the following table:

Value

Description

0

Command was executed successfully.

20

Invalid syntax was used.

Example

This example saves the variables IMSSTART, IMSTIME, and IMSCHKPT in the profile pool. It forces writing these variables to the BBIVARS data set since the EXEC does not terminate immediately but branches to the label LAB01 (not shown).

/* REXX */
"IMFEXEC VPUT (IMSSTAT IMSTIME IMSCHKPT) PROFILE"
"IMFEXEC VCKP"

CLIST example:

IMFEXEC VPUT (IMSSTAT IMSTIME IMSCHKPT) PROFILE
IMFEXEC VCKP

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*