Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about jt400

Read more about jt400

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)

Questions - jt400

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...
test-img

areal

jdbc

ibm-midrange

java-time

db2-400

jt400

Votes: 0

Answers: 1

Latest Answer

You must use java.sql.date with JDBC. Convert with : java.sql.Date.valueOf(LocalDate.now());
test-img

Dam

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...
test-img

Nikodev

java

ftp

ibm-midrange

jt400

Votes: 0

Answers: 1

Latest Answer

The FTP.issueCommand sends FTP protocol command to the server. There's no prompt 1 command in FTP protocol. The prompt is ftp client command that turns off interactive prompting. It makes no sense to...
test-img

Martin Prikryl

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved