Validate a statement name

The application wants to validate the statement name, OUTDES, prior to validating, parsing, and processing the remainder of the statement. The application can do the following:
  • Clear the SJF Verify parameter list SJVEP (set to binary zeros).
  • Set the id field, SJVEID, to 'SJVE'.
  • Set the parameter list version number to SJVECVER.
  • Set the parameter list length, SJVELEN, to SJVELGTH.
  • Set the no-cleanup bit, SJVENOCU, on. Save the SJF environment across calls.
  • Set the unauthorized-caller bit, SJVEUNAU, on if appropriate for your application.
  • Set field SJVEJDVT to zeros.
  • Set the statement name field, SJVECMND, to 'OUTDES ' from the statement above.
  • Issue SJFREQ REQUEST=VERIFY,PARM=SJVEP.

VERIFY returns with a return and reason code of zero.