Skip to content

Commit 96f4b05

Browse files
committed
Fix typos
1 parent c38786f commit 96f4b05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

5250_Subfile/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ This is a working application that allows display, selection and maintenance of
1515

1616
#### PMTCUSTR/PMTCUSTD
1717

18-
RPG program that puts up a 5250 subfile that allows searching by customer name, city and state. Display of Inactive records can be toggled using F9.
18+
RPG program that puts up a 5250 subfile that allows searching by customer name, city and state. Display of Inactive records can be toggled using F9.
1919

20-
There are 3 functions, or modes, controlled by the first parameter passsed: Inquiry to display a record; Maintenance to change a record;, Selection to return a customer id.
20+
There are 3 functions, or modes, controlled by the first parameter passsed: Inquiry to display a record; Maintenance to change a record;, Selection to return a customer id.
2121

2222
- I gives 5=Display
2323
- M gives 2=Edit 5=Display
2424
- S gives 1=select 5=Display
25-
Conceptually, you can call this program from almost anywhere and access to it is contolled by whatever menuing or security system you have in place. The general user population would progably get Inquiry and Sales would have Maintanance. Selection could be used for any in-house program that needed to prompt for a customer id number.
25+
Conceptually, you can call this program from almost anywhere and access to it is contolled by whatever menuing or security system you have in place. The general user population would progably get Inquiry and Sales would have Maintanance. Selection could be used for any in-house program that needed to prompt for a customer id number.
2626

2727
#### MTNCUSTR/MTNCUSTD
2828

29-
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.
29+
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.
3030

3131
#### CRTMSGF
3232

@@ -38,6 +38,6 @@ This is a working application that allows display, selection and maintenance of
3838

3939
#### CustMast.SQL
4040

41-
SQL code to create and populate the CUSTMAST tsble. You will need to change the _set schema_ to your target library.
41+
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.
4242

4343
Contains 300 randomly generate rows, courtesy of the fine folk at _http://generatedata.com/_, plus a little tweaking by hand.

0 commit comments

Comments
 (0)