Fix typos
This commit is contained in:
@@ -26,7 +26,7 @@ This is a working application that allows display, selection and maintenance of
|
||||
|
||||
#### MTNCUSTR/MTNCUSTD
|
||||
|
||||
RPG program that maintains a customer. Customer id is provided as the first parameter. It also adds or displays a customer. Function is controlled by the second parameter. It is called from PMTCUSTR, but it could be called from any program that has a customer id available.
|
||||
RPG program that maintains a customer. Customer id is provided as the first parameter. It also adds or displays a customer. Function is controlled by the second parameter. It is called from PMTCUSTR, but it could be called from any program that has a customer id available, or needs to add a customer.
|
||||
|
||||
#### CRTMSGF
|
||||
|
||||
@@ -38,6 +38,6 @@ This is a working application that allows display, selection and maintenance of
|
||||
|
||||
#### CustMast.SQL
|
||||
|
||||
SQL code to create and populate the CUSTMAST tsble. You will need to change the _set schema_ to your target library.
|
||||
SQL code to create and populate the CUSTMAST tsble. You will need to change the _**set schema**_ in the first line to your target library. You would put this in the IFS and run it with the RUNSQLSTM command.
|
||||
|
||||
Contains 300 randomly generate rows, courtesy of the fine folk at _http://generatedata.com/_, plus a little tweaking by hand.
|
||||
Reference in New Issue
Block a user