Previous Topic: Purging a Suspense File

Next Topic: Interfacing with CA JARS


Region Size

CA JARS resides on disk as several members in a partitioned data set (user library) which you set up at the time the Job Accounting Report System is installed.

The member name given to the program must appear on the EXEC statement along with a REGION parameter (if necessary) defining the amount of core storage required to execute the program.

//  EXEC PGM=JSIMAIN,REGION=4096K

The Report Writer itself requires approximately 2048K to execute. The default sort core size is 960K, which causes the minimum region size to be 2138K, unless you code a smaller value for sort core size on the PARMS statement.