DFSMSHSM started task Error Message



Post anything related to mainframes (IBM & UNISYS) if not fit in any of the above categories

DFSMSHSM started task Error Message

Postby zsupprt » Mon Jun 24, 2019 1:04 pm

Problem: DFSMSHSM started task Error Message:
ADR236W (001)-DDTFP(01), VTOC ON VOLUME HSMBA2 DOES NOT CONTAIN ENOUGH FREE DSCBS, ADR006I (001)-STEND(02), 2019.132 15:06:08 EXECUTION ENDS

Status of Volume HSMBA2 - DFSMSHSM Backup Volume

Volume Data Volume Data
Tracks . : 150,255 Tracks . : 75
%Used . : 63 %Used . . : 100
Solution: Increase the size of the VTOC.

Since there are no free DSCB's EXTVTOC (Extend VTOC) does not work

Create a new VTOC.

The volume HSMBA2 should be varied OFFLINE and the following JCL should be run.

Device address of volume - 50BC


//STEP1 EXEC PGM=ICKDSF

//SYSPRINT DD SYSOUT=*

//SYSIN DD *


REFORMAT NEWVTOC(ANY,200) VERIFY(HSMBA2) UNITADDRESS(50BC)

Vary the volume HSMBA2 and refersh the free space with the following JCL.

//STEP1 EXEC PGM=ICKDSF

//VOLDD DD DISP=SHR,UNIT=SYSDA,VOL=SER=HSMBA2

//SYSPRINT DD SYSOUT=*

//SYSIN DD *

REFORMAT DDNAME(VOLDD) VERIFY(HSMBA2) REFVTOC


New Status
Volume Data Volume Data
Tracks . : 150,255 Tracks . : 200
%Used . : 63 %Used . . : 38
Trks/Cyls: 15 Free DSCBS: 6,245
zsupprt
 
Posts: 1
Joined: Mon Jun 24, 2019 12:57 pm
Location: Raleigh, USA
Has thanked: 0 time
Been thanked: 0 time

Re: DFSMSHSM started task Error Message

Postby NicC » Mon Jun 24, 2019 1:46 pm

What has this to do with COBOL?
What is your question?
Moved to a more appropriate section
Read the rules before posting
Study the forum layout before posting
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to All other Mainframe Topics

 


  • Related topics
    Replies
    Views
    Last post