Thursday, 5 January 2023

Connect Direct

One point to note below is node_id is for the Unix/Linux server file irrespective of whether it is at source or destination, for Mainframe or windows it is s_node

#CD_PUT_WIN.TXT

&SUBPROC process s_node=&CONDIR #CONDIR = CONDIR_NAME # SUBPROC = SUBPROC_NAME

XFR01

copy from (file = &SRCFILE

node_id

)

ckpt = 2M

compress = extended

to (file = &OUTFILE

s_node

disp = rpl

)

pend

================================================

#CD_GET_MF.TXT

SUBPROC process s_node=ndm.ndm1 s_nodeid=(&MFUSERID,&MFPWD)

XFR01

copy from (file = &SRCFILE

s_node

)

ckpt = 2M

compress = extended

to (file = &OUTFILE

node_id

disp = rpl

)

pend

No comments:

Post a Comment

Connect Direct

One point to note below is node_id is for the Unix/Linux server file irrespective of whether it is at source or destination, for Mainframe o...