Hi, Below is my jcl for move ADCDMST.IMON.* from sms volume to non-sms olume vol001 .
//STEP01 EXEC PGM=ADRDSSU,REGION=0M //SYSPRINT DD SYSOUT=* //DDOU DD UNIT=3390,DISP=SHR,VOL=SER=VOL001 //SYSIN DD * COPY DS(INCL(ADCDMST.IMON.*) ) - OUTDDNAME(DDOU) RELBLKA(**) - ALLDATA(*) ALLEXCP FORCE SPHERE TOL(ENQF) /* got below error , DATA SET ADCDMST.IMON.LOAD IN CATALOG CATALOG.Z110S.MASTER ON VOLUME JASYS1 WAS NOT SERIALIZED ON REQUEST UNABLE TO SELECT A TARGET VOLUME FOR DATA SET ADCDMST.IMON.LOAD, 08 DATA SET FILTERING IS COMPLETE. 2 OF 2 DATA SETS WERE SELECTED: 0 FAILED SERIALIZATION AND 0 FAILED FOR OTHER REASONS since i'm a beginner for zos, i have no clue of what i did wrong . All i need is to move the ADCDMST.IMON.* dataset(undefined ps file) to non- sms volume . .plz guide me --JD -- On Wed, Mar 21, 2018 at 4:49 PM, Vernooij, Kees (ITOPT1) - KLM < [email protected]> wrote: > ADRDSSU will do every job. > > Kees. > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:[email protected]] On > > Behalf Of johnnydeep san > > Sent: 21 March, 2018 11:37 > > To: [email protected] > > Subject: need guide iehmove or adrdssu > > > > Hi all, > > > > I have confusions on which utility will full fill my task, iehmove or > > adrdssu ?. > > > > My task is to move sequential file( which has record format of 'U' ) > > from > > volume A to volume B. I googled but i dont get any clue . volume b is > > non-sms managed. please guide me on this . if possible please share the > > link or jcl . > > > > Regards, > > --JD-- > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM-MAIN > ******************************************************** > For information, services and offers, please visit our web site: > http://www.klm.com. This e-mail and any attachment may contain > confidential and privileged material intended for the addressee only. If > you are not the addressee, you are notified that no part of the e-mail or > any attachment may be disclosed, copied or distributed, and that any other > action related to this e-mail or attachment is strictly prohibited, and may > be unlawful. If you have received this e-mail by error, please notify the > sender immediately by return e-mail, and delete this message. > > Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its > employees shall not be liable for the incorrect or incomplete transmission > of this e-mail or any attachments, nor responsible for any delay in receipt. > Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch > Airlines) is registered in Amstelveen, The Netherlands, with registered > number 33014286 > ******************************************************** > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
