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

ADRDSSU help


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

New User


Joined: 27 Dec 2012
Posts: 1
Location: india

PostPosted: Mon Jan 14, 2013 10:01 pm
Reply with quote

Hi,

I am trying to take a backup of data set(File KE(key sequential)) using ADRDSSU utility.The below are messages i am getting after submitting the job. Please help ASAP
JCL:

Code:
//STEP0020 EXEC PGM=ADRDSSU,COND=(0,NE)               
//SYSPRINT DD  SYSOUT=*                               
//TAPE     DD  DSN=XXX.XX.VA823.XX.XX.XX.SE,   
//             DISP=(NEW,CATALOG,DELETE),               
//             UNIT=SILO,                             
//             VOL=(,,,25)                             
//SYSIN    DD  *                                       
  DUMP DATASET (                              -       
       INCLUDE(                               -       
       XXXX.XXXX.XXX.XXXX.XX.KE           -       
       ))                                     -       
       TOL(ENQF)                              -       
       OUTDD(TAPE)                                     
/*                                                     
//*                                                   

Abend Reason;
Code:
IEF877E User id NEEDS 1 UNIT(S)  694                                           
FOR STEP0020 TAPE                                                               
FOR VOLUME PRIVAT-   1                                                         
OFFLINE, NOT ACCESSIBLE                                                         
0490-0493 05B0-05B1                                                             
:                                                                               
IEF878I END OF IEF877E FOR UPL@A18Z STEP0020 TAPE                               
7730 IEF238D UPL@A18Z - REPLY DEVICE NAME OR 'CANCEL'.                         
OPS4320O INIT     OPSS *LOCAL* AOF verb ENABLE           command ENABLE *DYNAMIC *DYNAMIC.IEMC7730
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Jan 14, 2013 10:05 pm
Reply with quote

Code:
Abend Reason;
IEF877E User id NEEDS 1 UNIT(S) 694
FOR STEP0020 TAPE
FOR VOLUME PRIVAT- 1
OFFLINE, NOT ACCESSIBLE
0490-0493 05B0-05B1
This seems pretty self-explanatory. Your UNIT=SILO called for a unit that is offline, and your site has 6 units of that type defined.

Perhaps you should go to your site support group and ask them what to use for the UNIT parameter? Only someone working AT YOUR SITE could possibly tell you this information, and since it is unlikely that anyone on this forum works at your site, we are not going to be much help to you.
Back to top
View user's profile Send private message
David Robinson

Active User


Joined: 21 Dec 2011
Posts: 199
Location: UK

PostPosted: Mon Jan 14, 2013 10:18 pm
Reply with quote

Surely you'd get a JCL error -

DISP=(NEW,CATALOG,DELETE),
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 How do I SFTP a ADRDSSU file from mai... IBM Tools 4
No new posts adrdssu for copy all data JCL & VSAM 5
No new posts adrdssu tool to dump a files from a PDS JCL & VSAM 5
No new posts ADRDSSU BY(REFDT... not selecting cor... IBM Tools 3
No new posts Invoking adrdssu using attchmvs IBM Tools 5
Search our Forums:

Back to Top