abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Mon Nov 01, 2004 11:34 am Post subject: RENUNC and INCL |
|
|
Hi,
I have a small doubt. I am trying to restore a file from Tape to my personal file A.B.C.
Can anyone explain what the functions of INCL and RENUNC are in the JCL given below
Code: |
//STEP01 EXEC PGM=ADRDSSU,REGION=3000K,PARM='UTILMSG=YES'
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//*
//TAPE DD DSN=X.Y.TAPE,DISP=OLD
//*
//POOL DD UNIT=DELM,VOL=SER=,SPACE=(CYL,(50,10),RLSE)
//SYSIN DD *
RESTORE INDD(TAPE) OUTDDNAME(POOL) -
DS(INCL(S.W.E)) -
RENUNC(S.W.E -
A.B.C) -
CATALOG
|
What is the role of S.W.E?
Thanks _________________ Cheers! |
|