kishore_gk Beginner
Joined: 23 Jul 2003 Posts: 12 Topics: 8
|
Posted: Tue Nov 25, 2003 1:16 am Post subject: NDM JOB |
|
|
Hi
Here in the follwoing code i'm trying to NDM a file from one region to another region.
//SYSIN DD *
SIGNON
SUBMIT PROC=NDMRNJOB -
PNODE=Region1 -
SNODE=Region2 -
&PROCESS=TESTNDM -
NEWNAME=&PROCESS -
&INDSN=A.B.C -
&OUTDSN=A.B.C -
&OUTDISP=(NEW,CATLG,DELETE)
SIGNOFF
/*
Here i'm sending a file from Region1 to Region2.
Here my question is , how to override the DSN name in &INDSN.
Here i tried to use the SET command to override the DSN name. But SYSIN card is not accepting the symbolic parameters.
can any one help on this.
Thanks in Advance _________________ kishore |
|