Abends S822, S878 - will NON_VSAM_XTIOT=YES help?
search cancel

Abends S822, S878 - will NON_VSAM_XTIOT=YES help?

book

Article ID: 135758

calendar_today

Updated On: 10-11-2024

Products

Disk Backup and Restore - MVS DISK BACKUP AND RESTORE- ADD-ON OPTIO DISK BACKUP AND RESTORE

Issue/Introduction

Disk Backup jobs occasionally abend with S822 using REGION=8M, other abend with S878 using REGION=7500K.  

Will introducing NON_VSAM_XTIOT=YES relieve for Disk jobs the LSAQ?

That means Disk would need to check whether NON_VSAM_XTIOT=YES is set and, if so, specify the parameters "XTIOT", "UCB NOCAPTURE" and "DSAB-above-the-line" when dynamically allocating files to be backed up and process the data set with "DCBE LOC=ANY". 

The DSAB's in the LSQA are the problem because they're not freemainĀ“ed at the end of the step, but only at the end of the job. 

Environment

Release : Disk Backup and Restore 12.5

Resolution

No, Disk does not use the "XTIOT", "UCB NOCAPTURE" and "DSAB-above-the-line" parameters , so setting NON_VSAM_XTIOT=YES would not help in these cases.