Skip to content

Commit 95c473e

Browse files
committed
Fix types
1 parent 96f4b05 commit 95c473e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

5250_Subfile/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a working application that allows display, selection and maintenance of
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 Maintenance. Selection could be used for any in-house program that needed to prompt for a customer id number.
2626

2727
#### MTNCUSTR/MTNCUSTD
2828

@@ -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**_ in the first line to your target library. You would put this in the IFS and run it with the RUNSQLSTM command.
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 file 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)