IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Where to code node name in FTP JOBS


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bcmohanty

New User


Joined: 17 May 2006
Posts: 17

PostPosted: Wed May 17, 2006 1:50 pm
Reply with quote

WHERE TO CODE NODE NAME IN FTP JOBS...ANYONE HAVING SAMPLE CODE..
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Wed May 17, 2006 2:48 pm
Reply with quote

Hi,

Please make search in forum. You will get sample code for FTP job.

Regards
Rupesh
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed May 17, 2006 3:31 pm
Reply with quote

You can also see here Chapter 4.9 Submitting FTP requests in batch in the z/OS V1R7.0 Comm Svr: IP User's Guide and Commands guide.
Back to top
View user's profile Send private message
bcmohanty

New User


Joined: 17 May 2006
Posts: 17

PostPosted: Wed May 17, 2006 3:54 pm
Reply with quote

//STEP010 EXEC PGM=FTP,REGION=2048K
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=D
//INPUT DD *
xtendqq ------> this is the node
myse
myseft01
cd incoming
PUT 'my.dataset.name' xxxx.120.txt
close
quit
/*
//


above i am transmitting my.dataset.name to xxxx.120.txt
two different servers are involved
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top