seshadri mandal
New User
Joined: 10 May 2007 Posts: 1 Location: kolkata,india
|
|
|
|
Hi I want to send a file to multiple users.
My Netview FTP job looks like this when I send a file to a single user ABC of XYZ.
FUNCTION=ADD
WAIT=YES
WAITTIME=10
XMODE=TO
RMTNODE=remotenodename
SFILEID='sfiledname'
RFILEID='rfieldname'
RFILEORG=PS
SSECURP=('*','*')
RSECURP=('','')
RSTATOPT=MNE
RPTJOBLB=' '
RPTJOBOK=''
SNOTIFY=(ABC,XYZ)
Now I want to send the same dataset to two users..ABC and DEF. Is there anyway by which I can do it in the same job? Or do I need to have separate jobs for sending it to differrent users? |
|