Previous Topic: Condition CodesNext Topic: SELECT Command


Accumulate JCL for Non-VSAM Data Sets

The following JCL is required to accomplish the scan and accumulation for billing records placed in the DASDSPCB subfile.

//DAILY    EXEC BILLING
//SELECT.SYSIN  DD  *                     <— NOTE use of STEP NAME
//ACCUM.SYSIN   DD  *                     <— NOTE use of STEP NAME

The SELECT and ACCUMULATE commands are described on the following pages.