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

Опубликовано: 01 Октябрь 2024
на канале: Christian Larsen
13,528
113

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