IBM Support

Running Data Virtualization Facility (DVM) Batch Migration job to migrate maps or Web Services abends

Troubleshooting


Problem

Running Data Virtualization Facility (DVM) Batch Migration job to migrate maps or Web Services abends with RC=990

Symptom

Following error message is seen in the joblog:
AVZ4320H AVZ1 SEF CMD FROM(AI38AVZ4,USERID): dmf export map(7BAF5AAD:164A4652A5C:
         ds(USERID.TEMP.PDS) member(D4A                                          
IEC331I 042-006(040B0425),AI38AVZ4,JCLBLD  ,SCRT,IGG0CLH0                       
IEC331I VOL,TSP115,NAME,USERID.HOST.SPFTEMP1.WORK                                
IGD17060I DELETE/RENAME FAILED BECAUSE DATA SET IS OPEN  365        < ===  
ON VOLUME TSP115                                                                
DATA SET IS USERID.HOST.SPFTEMP1.WORK                                            
IEC614I SCRATCH FAILED - RC 008, DIAGNOSTIC INFORMATION IS (040B0425),  366     
JCLBLD,TSP115,USERID.HOST.SPFTEMP1.WORK                                          
RKTSW01I                                          ------------- Timings (HH:MM:S
RKTSW01I   JOBNAME  STEPNAME PROCSTEP STEP    RC  CPU (Total)  CPU (TCB)    CPU 
RKTSW01I   AI38AVZ4 JCLBLD              1    990  00:00:00.21  00:00:00.19  00:0
IEF404I AI38AVZ4 - ENDED - TIME=17.09.54                                        
RKTSW01I   AI38AVZ4 JOB TOTALS:                   00:00:00.21  00:00:00.19  00:0

Cause

Need to have //ISPWRK1 DDNAME in the JCL otherwise the job will try to delete/reallocate dataset USERID.HOST.SPFTEMP1.WORK which is already allocated and in use by this job

Resolving The Problem

Add the following line to your JCL:
//ISPWRK1  DD DISP=NEW,UNIT=VIO,SPACE=(CYL,(1,1)),   
//            DCB=(LRECL=256,BLKSIZE=2560,RECFM=FB)  

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SS4NKG","label":"IBM Data Virtualization Manager for z\/OS"},"ARM Category":[{"code":"a8m3p000000PCIhAAO","label":"Server"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
14 June 2024

UID

ibm17157338