Add APIs
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
# RPGLE free format, SQL and CLP Code for the IBM i
|
||||
|
||||
This repository contains *working* example code, using RPGLE free-format, enbedded SQL and CLP for the IBM i
|
||||
More developers are learning about the **IBM i** as a wonderful business platform. (It was formerly known as the **AS/400**.)
|
||||
|
||||
My intent is to provide real programs that help you learn, or improve your current understanding, and which you can adapt to you needs.
|
||||
This repository contains *working* example code, using RPGLE free-format, enbedded SQL and CLP for the IBM i.
|
||||
|
||||
More developers are learning about the **IBM i** as a wonderful business platform. ( It was formerly known as the **AS/400**.)
|
||||
|
||||
Feel free to provide comments and feedback as issues.
|
||||
My intent is to provide real programs that help you learn and/or improve your current understanding. Explore and adapt the code to your needs. Some of the code may be of use "as is" but no guarantee is provided.
|
||||
|
||||
**Each folder has its own ReadMe with additional infomation/documentation.**
|
||||
|
||||
Feel free to provide comments and feedback as issues.
|
||||
|
||||
## Copy_Mbrs
|
||||
|
||||
Code to be copied into other programs.
|
||||
@@ -38,6 +38,10 @@ SQL User Defined Functions to convert legacy dates to true dates. Written in RP
|
||||
|
||||
A standardized way to handle locked records in an interactive program, and display information about who is holding the lock. For programs that use native IO.
|
||||
|
||||
## APIs
|
||||
|
||||
Commands, with CLP and RPG programs, calling IBM i APis.
|
||||
|
||||
## GRP_JOB
|
||||
|
||||
Sets up group jobs suitable for an IBM i developer.
|
||||
@@ -48,4 +52,4 @@ Developer Utilities.
|
||||
|
||||
QRY - Qry (List) Contents of a file
|
||||
|
||||
RC - Display File Record count
|
||||
RC - Display File Record count
|
||||
|
||||
Reference in New Issue
Block a user