Passing Variable Length fields between RPG and CL Passing Variable Length fields between RPG and CL RPG IV program or procedures supports the variable length fields(using the VARYING keyword), howe…
External stored procedure that reads from a data queue External stored procedure that reads from a data queue In my previous article we created a stored procedure for writing data to the data queue usin…
External stored procedure calling SRVPGM procedure with Input and Output parameter External stored procedure calling SRVPGM procedure with Input and Output parameter In my previous article where we are calling the RPGLE Program dir…
External stored procedure that writes to a data queue External stored procedure that writes to a data queue What is Data Queue? Data queue is the type of system object that one can create to which a …
External stored procedure calling RPGLE program with Input and Output parameter External stored procedure calling RPGLE program with Input and Output parameter In previous articles we've already mentioned about calling RPG …
External stored procedure calling RPGLE program with no parameter External stored procedure calling RPGLE program with no parameter An external stored procedure is a procedure that is written in a host language a…
SPACEA (Space After)- Printer file keyword in IBM i SPACEA (Space After)- Printer file keyword in IBM i Introduction to SPACEA keyword in PRTF SPACEA i.e. space after keyword is used with printer f…
Load All Subfile in RPG AS400 Load All Subfile in RPG AS400 Load-All Subfile You can read about the Load-all subfile introduction . How to code a Load All subfile for Enquir…