OnDemand User Group

Support Forums => z/OS Server => Topic started by: Ricardo on January 03, 2018, 09:25:52 AM

Title: Remove the Begin Separator Page from ARSYSPIN
Post by: Ricardo on January 03, 2018, 09:25:52 AM
Hi All;

I'm using ARSYSPIN started task to capture sysout files from JES2 Spool then load into CMOD 9.5.

The index type used is OS/390 where I have the information from Begin Separator page generated by ARSYSPIN used to index the report.

I'm using the ARSYSPIN exit (06) to remove the End Separator page but the Begin Separator page still on report after the load.

How can I remove the Begin Separator page after the indexer processing?

Best Regards;

Ricardo
Title: Re: Remove the Begin Separator Page from ARSYSPIN
Post by: Ed_Arnold on March 21, 2018, 07:58:50 AM
Just a wild guess:

comment out whatever is in INPEXIT
                   
add outsep=yes to ARSYSPIN parms to allow ARSYSPIN to generate the seperater records. 

Ed