This topic describes how to use the CSFEUTIL program to refresh an in-storage CKDS.
Bytes 0-1: Length of the parameter string in binary
Bytes 2-n: The parameter string
The parameter string is the same as that which you would specify using the PARM keyword on the EXEC JCL statement if you invoked the program as a batch job.
//STEP EXEC PGM=CSFEUTIL,PARM='NEW.CKDS,REFRESH'
The first parameter passed, NEW.CKDS, is the name of the disk copy of the CKDS that you want read into storage.
When you invoke the program as a batch job, you receive the return code in a message when the job completes. You do not receive a reason code with the return code. When the program is invoked from another program, the invoking program receives the reason code in General Register 0 along with the return code in General Register 15. The return codes and reason codes are explained in Return and reason codes for the CSFEUTIL program.