badapplebob
Programmer
Hiya,
Could someone be kind enough to give me a basic understanding of data structures in RPG/400.
Could someone be kind enough to give me a basic understanding of data structures in RPG/400.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
D File2Ind DS
Exit 03 03N Inz(*Off)
If Exit = *On; // f3 pressed
Leave;
EndIf;
D Work DS
D Variable1 50 Inz(*Blanks)
D Variable2 1S 0 Inz(0)
D Variable3 6S 2 Inz(0)
//--------------------------------------------
/Free
// some type of processing here
Clear Work;
/End-Free