Coding in RPG (IBM i/AS400). Creating a simple RPG program with VScode

preview_player
Показать описание
Just a little video creating a simple program using RPG, only using the Visual Studio Code and the Code for IBM i extension.

In the video, I just code a little program from within the VSC, I compile it using the built-in actions included, I use the 5250 terminal included to run the program, etc.

Check it, have fun, and comment, please.

#ilerpg #rpgile #rpg #rpgle #ibm #ibmi #rpgnewfunctions #as400 #ibmcoding #ibmtraining #rpgtraining #newvideo #common #pub400 #visualstudiocode #vscode

0:00 Starting with Visual Studio Code
0:08 Creating a new source in the IFS
0:35 Writing the program source in RPG
1:33 Compilation
1:51 Opening a 5250 terminal and running the program
2:41 Editing the source and adding a line with an error
2:51 Compilation and checking errors found
3:22 Solving errors
3:51 Testing the program again
4:22 Debugging the program
Рекомендации по теме
Комментарии
Автор

Thank you for the video. Very nice!!!

mauricios.
Автор

Thank you for this very interesting video Christian!

higiniofuentes
Автор

Now no one can say that the debug is complicated!

higiniofuentes
Автор

Error cuando run action call program:
Running Action: Call program (7:09:13 AM)
Current library: BERTRAND1
Library list: QGPL QTEMP GAMES400
Working directory: /home/BERTRAND
Commands:
CALL BERTRAND1/AAA

*EVENTF not found in command string. Not fetching errors for BERTRAND1/AAA.
* Terminal will be reused by tasks, press any key to close it.

En el 5250 funciona bien.
Alguna solucion?
Gracias!

higiniofuentes
Автор

Thanks for the video. One question: How can we customize the compilation command as per our need in VS Code?

vmaruthiprasad
Автор

gracias por el video, una consulta, como puedes instalar la terminal de as/400 en vscode y cual es el nombre de las extensiones?

riloco
Автор

Did I miss something? Where is the link on how to add IBM i extension and configure it in VS Code? Thanks.

mcring
Автор

Hi Can you make vdo how to connect VS code to pub400

Ravip-ji
Автор

Hola, como hago para visualizar la terminar 5250 en el vsc?

JeanDevCarlo
Автор

I have a problem when I write call and the file name is 5250, then I write dspjoblog, then I press F10, and the messages appear, but there is no message. I want to solve the problem by running the code. Thank you.

asratifamily
Автор

Hola, soy nuevo en RPG, como hago para que me aparezca la opción de de compilarlo

JeanDevCarlo