python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Java 8 Time API - DB2/400 / JT400
I'm currently upgrading an application that uses DB2/400 database, and I'm migrating to the new java time api (LocalDate, LocalTime, ...), using the latest version of jt400.jar.
However, when executin...
areal
Votes: 0
Answers: 1
Sending "ASC" and "QUOTE TYPE C 1252" commands to AS400 FTP server from Java code
When I'm using cmd to put a file into AS400, after connecting with ftp, I went like this:
ftp cd /home
ftp prompt 1
ftp ASC
ftp QUOTE TYPE C 1252
ftp mput *
ftp bye
Everything is working fine. The fi...
Nikodev
Votes: 0
Answers: 1