IBMi (AS400) - Subfile Program | subfile as400 | subfile programming rpgle | loadall subfile as400

preview_player
Показать описание
In this session we will learn about the following things:-
1. RPGLE Program for Load all subfile.
2. Explanation of Clear, Load and Display subfile.

For more such content & Updates Join us with the below links.

All Session Documents :
Рекомендации по теме
Комментарии
Автор

I have created same subfile program
Also added code for option filed, when I given the option 5 it's not working.
1-validity check keyword I don't code anything
2- program logic as below

If opt# = 5;
Dow *in12=*off;
Exsr DSP;
Endif;

Brgsr dsp;
If %found pf;
Move records;
Exfmt dspscrn;
Endif
Endsr

sachinvithubone