View previous topic :: View next topic |
Author |
Message |
Rajkannan Beginner
Joined: 02 Jun 2004 Posts: 64 Topics: 31
|
Posted: Wed Jan 16, 2008 10:37 am Post subject: Help on NDM also called as Connect :Direct |
|
|
Hi everyone,
Looking for help on NDM, Please help if you have answer
1. File transfer from Unix to Mainframe.
I need to transfer a file from Unix to Mainframe when the file is available on Unix. I could write a JCL with P2CUCPY to do file transfer but
Not sure how to monitor the presence of the file in Unix from Mainframe?
2. File transfer from window Server to Mainframe
I need to transfer a file from window server to mainframe when the file is available on window server (Not sure how to do this?) and also how to monitor the presence of file in window server from Mainframe |
|
Back to top |
|
|
krisprems Beginner
Joined: 13 Dec 2006 Posts: 101 Topics: 4 Location: india
|
Posted: Wed Jan 16, 2008 12:26 pm Post subject: |
|
|
Do you know the approx time when the file will be available ?
If so schedule the JOB at the time and add the option MAXDELAY=QUEUED, this tries to check for the file again and again for every n intervals, after 1/2hr or so it returns RC=08. _________________ cHEERs
krisprems |
|
Back to top |
|
|
Rajkannan Beginner
Joined: 02 Jun 2004 Posts: 64 Topics: 31
|
Posted: Thu Jan 17, 2008 9:48 am Post subject: |
|
|
Does NDM works for window server, Please help on Smaple JCL |
|
Back to top |
|
|
krisprems Beginner
Joined: 13 Dec 2006 Posts: 101 Topics: 4 Location: india
|
Posted: Thu Jan 17, 2008 12:47 pm Post subject: |
|
|
while using the UNIX server you use the file path like this
'/folder1/folder2/file.txt'
While using Windows server use
'\folder1\folder2\file.txt'
So sample JCL search in this forum. _________________ cHEERs
krisprems |
|
Back to top |
|
|
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Fri Jan 18, 2008 11:06 am Post subject: |
|
|
Please do not post the same query on multiple forums _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
|
|
|