yuvan
New User
Joined: 10 Jan 2006 Posts: 23 Location: India
|
|
|
|
Our requirement is to convert FTP to SFTP . We use FTP to submit JCLS through JES and when we push the JCLs through FTP , it returns with Jobid and return code .
for FTP :
open server.com
USERID
password
SITE FILEtype=JES
put seljcl.txt
But with SFTP
Once i put the jcl in Unix environment , it throws below message .
227 Entering Passive Mode (158,158,80,176,36,114)
125 Sending Job to JES internal reader FIXrecfm 80
250-It is known to JES as JOB24393
250 Transfer completed successfully.
897 bytes sent in 7e-05 secs (12814.28 Kbytes/sec)
it gives the job id for later reference in Unix
250-It is known to JES as JOB24393
How to get the JOBID(job number) when using SFTP .
When I do SFTP , it only gives below message
sftp> put jcl1.txt myjob
Uploading jcl1.txt to //-JES.INTRDR/myjob
seljcl.txt 100% 884 39.5KB/s 00:00
sftp>
We use Coz product for SFTP. |
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
Hello, I guess there is no way to get the job ID using Co:Z.
Your best bet is to email Dovetail systems and ask them yourself.
They have a forum on their site, you could also ask them there. They are pretty helpful |
|