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

Connect Direct Issue - Mainframe (Z/OS) to Windows.


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nirenchan

New User


Joined: 21 Jul 2005
Posts: 23
Location: USA

PostPosted: Mon Mar 01, 2010 10:11 am
Reply with quote

Hi All,

I'm trying to send a file from Z/OS to Windows machine. Every thing is working file except the '\' is truncating or removing by Connect Direct.

My connect Direct script.

-----------------------------------------------------------------------------
CDPROC PROCESS SNODE=SD09PN01 PRTY=13
STEP01 COPY FROM(PNODE DSN="&IDSN" DISP=SHR) -
TO (SNODE DSN="\\FILE01-RTH\\FILE02-DTN_TEST\\\&DIR") -
COMPRESS
-----------------------------------------------------------------------------
where &DIR = TSTFILE01.TXT and &IDSN = NI0234.TEST.DATA(0)

But after SUBMIT Process

I'm getting this below as output :-

\FILE01-RTHFILE02-DTN_TESTTSTFILE01.TXT

The '\' is treating as Escape Character and that removing. I've tried with '\\' then also I'm not getting the correct output..

Please help me ?

Thanks and Regards,
Nirenchan
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon Mar 01, 2010 3:27 pm
Reply with quote

Did you try forward slash "/" ?
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Connect Direct 6.3 for Z/OS All Other Mainframe Topics 20
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Mainframe Programmer with CICS Skill... Mainframe Jobs 0
Search our Forums:

Back to Top