How to test an FTP JOB without sending the file



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

How to test an FTP JOB without sending the file

Postby raulkoroth » Thu Jul 01, 2010 7:33 pm

Hi

I am new to JCL transmission jobs.
I have a FTP Job

// EXEC PGM=FTP,REGION=0M,
// PARM=111.111.111.111(EXIT TIMEOUT 1440'
//*
//OUTPUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSMDUMP DD SYSOUT=*
//*
//*
//INPUT DD *
Location.
/*


I want to to make sure that the JCL connect to the IP address mentioned in the JCL. Please let me know if there is any way i can submit this job without sending the files to the destination location and testing whether this job connected to the IP address metioned in the JCL.



Regards
Raul
raulkoroth
 
Posts: 5
Joined: Tue Jun 29, 2010 11:23 pm
Has thanked: 0 time
Been thanked: 0 time

Re: How to test an FTP JOB without sending the file

Postby MrSpock » Thu Jul 01, 2010 7:45 pm

Well, yes, don't PUT or GET anything. Try any other commands supported by that site, or even just logon and then quit.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post