nithinkarthika
New User
Joined: 26 Apr 2020 Posts: 11 Location: India
|
|
|
|
Hi All,
I have searched several thread and not found any solution, so I am posting a new qustion.
I am working on TCP/IP on Z/VSE and created FTPBATCH jobs to PUT files from mainframe to Unix server. But I want to FTP the files appended with time in HHMMSSMS format. There is a system variable &CURTIME to obtain time in HHMMSS format but its not included millisecond value. I tried &CPUSECS as well but the job is failing at SETVAR step.
SETVAR &T1 = SUBSTR(&CPUSECS,1,6)
SETVAR &T2 = SUBSTR(&CPUSECS,8,2)
SETVAR & TT = &T1 + & T2
So someone please help me to append the timstamp including milliseconds in ftp filename |
|