IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

I would like to move 10 datasets to a another Volser


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jjacome266

New User


Joined: 26 Jan 2006
Posts: 12

PostPosted: Thu Mar 02, 2006 8:57 pm
Reply with quote

HI everyone:

I wish someone can help me with this problem. I am using IEHMOVE utility to move like 10 datasets that reside on the volume=sys003, I would like to move them to volume=mvs003. I am trying to do it first with one data set but it does not work, it is giving me condition error 0012. I looked the error on the log and it says something about I do not have enough work area.

I am sending the JCL is the following:

//*****************************************************
//**** MOVE ONE DATASET INTO ANOTHER VOLUME*
//******************************************************

//STEP1 EXEC PGM=IEHMOVE,REGION=6M
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD UNIT=3390,VOL=SER=TSO002,DISP=OLD
//DD1 DD UNIT=3390,VOL=SER=SYS003,DISP=OLD
//DD2 DD UNIT=3390,VOL=SER=MVS003,DISP=OLD
//SYSIN DD *
COPY PDS=SYS2.PROWL.CNTL.OLD,
TO=CVOL=MVS003,FROM=CVOL=SYS003
//*


And the error that I am getting is the following

SYSTEM SUPPORT UTILITIES ---- IEHMOVE
IEH388I UNABLE TO ALLOCATE IEHMOVE WORKFILES.


Thanks
Back to top
View user's profile Send private message
Vidusha

New User


Joined: 01 Feb 2006
Posts: 20
Location: Chennai

PostPosted: Fri Mar 03, 2006 3:20 pm
Reply with quote

Probably, the is no sufficient space on volume specified for SYSUT1 DD statement . Can you change and check..
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts COBOL - Move S9(11)v9(7) COMP-3 to -(... COBOL Programming 5
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts DASD - non SMS - volser change - VSAM... JCL & VSAM 2
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
Search our Forums:

Back to Top