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
DFSMSHSM started task Error Message
-
- 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
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
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
Regards
Nic
-
- Similar Topics
- Replies
- Views
- Last post
-
- 13
- 8376
-
by valeca
View the latest post
Fri Sep 30, 2022 11:22 pm
-
-
SYNCSORT DATASORT message SYT076E
by f1_lemaner » Thu Dec 23, 2021 11:12 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1847
-
by f1_lemaner
View the latest post
Fri Dec 24, 2021 2:23 pm
-
-
-
How can I copy message queue files (LGMSG,SHMSG) in V9R1
by futohomok » Thu Jul 27, 2023 5:54 pm » in IMS DB/DC - 6
- 1950
-
by futohomok
View the latest post
Thu Aug 03, 2023 1:21 pm
-
-
- 1
- 1466
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 7
- 3667
-
by jcdm
View the latest post
Tue Jul 25, 2023 11:57 am