Batch Processor: S878-10 processing a large input file
search cancel

Batch Processor: S878-10 processing a large input file

book

Article ID: 11773

calendar_today

Updated On:

Products

RC Compare for DB2 for z/OS Database Analyzer for DB2 for z/OS Fast Unload for DB2 for z/OS Fast Check for DB2 for z/OS Fast Index for DB2 for z/OS Rapid Reorg for DB2 for z/OS

Issue/Introduction

When executing a Batch Processor script with a very large input file, the job may receive an S878-10 indicating there is not enough virtual storage.



Is there a Batch Processor option to handle large input files?

Environment

Release:
Component: RBP

Resolution

Add NOBPCL to the .OPTION parameter.

This parameter processes 1 MB file at a time when the input file size is greater than 1 MB. When processing an input file with greater than 1 MB size using Batch Processor JCL, add NOBPCL to the .OPTION parameter. The file is processed 1 MB at a time until the end of the file is reached. 


.OPTION NOBPCL 
To use this command, the input file cannot contain any BPCL ( Batch Processor Command Language). This BPCL includes .IF and .ENDIF logic from the Stored Procedures.