Why am I getting error msg VAM0093Z CODE 0000000A ?
search cancel

Why am I getting error msg VAM0093Z CODE 0000000A ?

book

Article ID: 46265

calendar_today

Updated On:

Products

Allocate DASD Space and Placement

Issue/Introduction

Question:

What is causing these error messages?

13.40.26 JOB38415 VAM0093 DOES IT FIT SUPPORT ENCOUNTERED AN UNRECOVERABLE ERROR
13.40.26 JOB38415 VAM0093 WHILE PROCESSING DSN=SYS16244.T134026.RA000.DBATDMOI.R0512496
13.40.26 JOB38415 VAM0093R SNA CONDITION NOT POSSIBLE DUE TO REQUESTED CYLS=0
13.40.26 JOB38415 VAM0093Z UNEXPECTED ERROR CODE 0000000A
 

Answer:

These messages are caused by using DIF support for SORTWORK datasets, which is not permitted.
 



Environment

Release: ESBALQ99000-12.5-CA-Allocate-DASD Space and Placement-with Quota Manager-Extende
Component:

Resolution

The SORTWORKs can NOT be adjusted by ASRs or by the DIF variables, &RB and &MP.
The following are example rules that can be added to your ASRs 
so that sortwork data sets will not be processed by DIF/RTF.
 
Rule to add to FILTLIST
---------------------------------------
FILTLIST &EXCLSORT INCLUDE (
            SORTWK*,STATWK*,DATAWK*,DA%%WK*,ST%%WK*,SW%%WK*)
 
Rule to add to ALLOC and EXTEND before the DIF statements, SET &RB=nn and SET &MP=nn...
------------------------------------------------------
  IF &DD      EQ &EXCLSORT THEN EXIT CODE(0)
 
Please note that the SORTOUTs are just like any other data set and can be adjusted by ASRs or with DIF/RTF.
Only the sortworks can not be adjusted by DIF/RTF. 
 

Additional Information

Please contact CA Technical Support if any questions.