IBM CONNECT DIRECT FILE XFR MAINFRAME
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Other Technical Topics

#1: IBM CONNECT DIRECT FILE XFR MAINFRAME Author: NorthernDancerLocation: DOWNTOWN BUFFALO, NY PostPosted: Tue Feb 17, 2015 1:34 pm
    —
Finding a new File Transfer Job that Sends a File from z/OS to a Gateway Server they call it. There is a COPY function used with a DISP parameter of "NEW" . What does that mean ?? If the server file is not there, the COPY creates it ?? Yes I assume. If the server file is there, the COPY Overlays the existing ?? The COPY is input cards read by batch PGM DMBATCH.
Don't know the product or how it behaves. THX

STEP1 COPY FROM(PNODE DSN=&BUFDSN DISP=SHR) -
COMPRESS EXT -
TO(SNODE DSN=&CGUDSN -
DISP=(NEW))

#2:  Author: William Collins PostPosted: Wed Feb 18, 2015 4:55 am
    —
The documentation is here: http://www-01.ibm.com/support/docview.wss?uid=swg27023762

#3:  Author: NorthernDancerLocation: DOWNTOWN BUFFALO, NY PostPosted: Mon Feb 23, 2015 1:21 pm
    —
THX I got it. NEW is just that, expects destination file to not exist; RPL is to overlay and existing file; MOD will append to existing file.



MVSFORUMS.com -> Other Technical Topics


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group