DFSMSHSM started task Error Message

Post anything related to mainframes (IBM & UNISYS) if not fit in any of the above categories
zsupprt
Posts: 1
Joined: Mon Jun 24, 2019 12:57 pm
Skillset: Mainframe, cobol, IBM, ISV and OEM software, Resolving ABENDS, automated operation for the mainframe systems, mainframe console operations
Referer: Searching Forums for mainframe
Location: Raleigh, USA
Contact:

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

NicC
Global moderator
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
Referer: Google
Location: Pushing up the daisies (almost)

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


  • Similar Topics
    Replies
    Views
    Last post