SNDM Utility to receive file



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

SNDM Utility to receive file

Postby sinmani » Wed Mar 12, 2014 1:27 pm

Hi Forum,

I have SNDM utility available which I use frequently to send files across different regions.

Now I want to receive files from different region but I am not able to find the syntax etc how to code that.
There is no SNDM manual available with us.

Can someone post the control card to receive files from different region??
For example the following control card can be used to send files . I need something similar to receive. Is it possible ?

SEND ADD DDNAME(DD1),DEST(XXXXX),
C(SEND TO EC XXXX),
REF(*),
RUSERDATA(OP),
USERDATA(@PS),
RDSN(File Name)
-----------------------------------------
As long as you think you are a student, you are doing well.
The day you consider yourself as the master of the game..........well
sinmani
 
Posts: 93
Joined: Thu Mar 22, 2012 10:02 am
Has thanked: 14 times
Been thanked: 0 time

Re: SNDM Utility to receive file

Postby enrico-sorichetti » Wed Mar 12, 2014 1:32 pm

are You sure you have posted to the right forum ...
as far as I can see the SNDM command is an iSeries/AS400 related thing

googling for SNDM returned quite a few hits
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: SNDM Utility to receive file

Postby sinmani » Wed Mar 12, 2014 1:37 pm

yes Enricco , I have posted it for Mainframes.
I am working on Vanilla Mainframe installation.

I have done some research and looks like something like this would work. Thanks !!

RECEIVE ADD DDNAME(DD1),DEST(XXXXX),
C(SEND TO EC XXXX),
REF(*),
RUSERDATA(OP),
USERDATA(@PS),
RDSN(File Name)
-----------------------------------------
As long as you think you are a student, you are doing well.
The day you consider yourself as the master of the game..........well
sinmani
 
Posts: 93
Joined: Thu Mar 22, 2012 10:02 am
Has thanked: 14 times
Been thanked: 0 time

Re: SNDM Utility to receive file

Postby enrico-sorichetti » Wed Mar 12, 2014 1:56 pm

I am working on Vanilla Mainframe installation.


review Your terminology ---
a Vanilla installation is usually an installation with only BASIC IBM products
NO ADDITIONAL PRODUCTS, NO UNUSUAL CUSTOMIZATION

a search in the IBM bookshelves at
http://www-03.ibm.com/systems/z/os/zos/ ... index.html
RETURNED NOTHING

so I tend to believe that Your installation is NOT Vanilla

if You have Sterling CommerceCONNECT DIRECT installed
You could have said SO

CONNECT DIRECT MANUALS ARE AVAILABLE FOR FREE FROM IBM
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: SNDM Utility to receive file

Postby dick scherrer » Wed Mar 12, 2014 10:19 pm

Hello,

Most times the AS400 is not considered a true mainframe . . .

Why not send the data from "the other side" ?

Do take the time to download the material.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post