Category "ibm-midrange"

Similar to IBMi (AS400) can we do telnet on Visual Studio Code

From your development server we do telnet and connect to other server. Can we do similar thing via Visual Studio and access source and work on it?

Cobol MCH3601 error when calling C program

there is a MCH3601 when calling a C program in COBOL multiple times. In the first calls, it works well, but then it fails with that error (MCH3601)... I call t

Problems with SQLRPGLE and CCSID in JSON_TABLE

I have a problem with one program, and it is related with the Source File CCSID. I need to generate a JSON field. In the original program, it was an INSERT from

Operations with decimal numbers from a C++ program

The IBM i standard library provides the _DecimalT class for working with decimal numbers. However, compared to working on this type from C or RPG programs, work

Display file field value is not getting cleared when ERRMSG is *ON is RPG program

There is an output field(R1Msg) that shows a message to the screen. I also have a ERRMSG. In debug, I found that the ERRMSG indicator is On, but the output fiel

Is there a way to edit RPGLE program from CL command without opening RPGLE program?

I have a RPGLE program as below which has tags AD11 for date 220318 , but for other dates like 220317 and 220323 there are no tags. Is there any CL command that

A remote host did not respond within the timeout period

I keep on getting this message while trying to rename remote file: A remote host did not respond within the timeout period after writing this command in QSH :

How to determine the maximum number of messages in *USRQ

It is required to create *USRQ of the largest possible size. According to the documentation, the maximum size for *USRQ is 2Gb. Creating a queue requires specif

Connecting to as400 JDBC on Play Framework

I'm having issues making a connection to an AS400 database inside of Play!. My application.conf looks like: db.default.driver="com.ibm.as400.access.AS400JDBCD