79652772

Date: 2025-06-04 12:40:21
Score: 1.5
Natty:
Report link

I looked at this, 15 years later.
Getting an excel sheet to AS400 does not seem straightforward. Here what I did:

  1. copy the excel sheet to a text file or generate an SCV

  2. upload the text file to AS400 IFS under /home/user/file

  3. create a source file CRTSRCPF lib/file1

  4. CPYFRMSTMF /home/user/file lib/file1

  5. Use SQL scripts to copy from lib/file1 to a data base file

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rapace-bleu