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

issue while transferring file from mainframes to windows


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

New User


Joined: 28 Jan 2015
Posts: 10
Location: India

PostPosted: Thu Feb 19, 2015 4:07 pm
Reply with quote

I am sending a file from mainframes to windows( say sever1)
consider destination path to be E:\Test

&DSN=E:\TEST\test1.txt is not valid (tested) hence gave &DSN='E:\TEST\test1.txt' ---- working fine

but the issue is i need to send and concatenate it with current date expected output is test1_150219

if &DSN=E:\TEST\test1_

Inprocess DSN= &DSN || &DATE || .txt will resolve to
DSN=E:TEST\test1_20150219 but due to colon . path is not recogined. so is there a way . please let me know. Thanks
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Thu Feb 19, 2015 7:21 pm
Reply with quote

Start by using REXX in stead of CLIST and trace the code to see where things go wrong. (use "trace ?r")
Back to top
View user's profile Send private message
tejdeep0274

New User


Joined: 28 Jan 2015
Posts: 10
Location: India

PostPosted: Thu May 07, 2015 8:05 pm
Reply with quote

Sorry i forgot to mention that this code is implemented for Connect direct file transmission.
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 FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts SH256/MD5 Checksum in Mainframes JCL JCL & VSAM 14
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top