AS400 RUNSQL
RUNSQL (Run SQL) is a command to run query statements in the command line. This command can only execute execution commands such as create-drop table, insert-delete-update record.
(more…)
RUNSQL (Run SQL) is a command to run query statements in the command line. This command can only execute execution commands such as create-drop table, insert-delete-update record.
(more…)
Variables for writing CLP AS400 programming begin with the sign ‘&’ and doeclare at the beginning of the program. Variables have 6 types including: Decimal (*DEC), Character (*CHAR), Logical (*LGL), Integer (*INT), Unsigned Integer (*UINT) and Pointer (*PTR).
(more…)