python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Upgrade of JTOpen throws an error (No suitable driver)
We are using Java applications with JDBC/JTOpen to AS400/IBM i DB2.
Currently using JTOpen v.10.5 which works fine.
Trying to upgrade to latest v.10.7 but it fails with:
java.sql.SQLException: No suit...
4integration
Votes: 0
Answers: 1
Message MCH1202 in PROGRAM in LIBRARY (C D F G)
I get MCH1202 message when calling program CALCULADOR.
But I've tried to change the precision of type data, but remains the same message.
I'm novice in learning of cobol and IBMi, and I don't know how...
reymagnus
Votes: 0
Answers: 3
Single source for IBM i and z/OS
I am primarily a C developer, not a regular COBOL developer. I would like my COBOL program to have the same source on IBM-i as it does on z/OS.
My COBOL program calls a subroutine. On z/OS I do the ca...
Ed Danley
Votes: 0
Answers: 3
Convert Extended ASCII or Unicode to 7-bit ASCII (<128) equivalent including special characters
How can I convert characters in Java from Extended ASCII or Unicode to their 7-bit ASCII equivalent, including special characters like open (“ 0x93) and close (” 0x94) quotes to a simple double quote ...
Peter
Votes: 0
Answers: 3