You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 5250_Subfile/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,18 @@ This is a working application that allows display, selection and maintenance of
15
15
16
16
#### PMTCUSTR/PMTCUSTD
17
17
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.
19
19
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.
21
21
22
22
- I gives 5=Display
23
23
- M gives 2=Edit 5=Display
24
24
- 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.
26
26
27
27
#### MTNCUSTR/MTNCUSTD
28
28
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.
30
30
31
31
#### CRTMSGF
32
32
@@ -38,6 +38,6 @@ This is a working application that allows display, selection and maintenance of
38
38
39
39
#### CustMast.SQL
40
40
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.
42
42
43
43
Contains 300 randomly generate rows, courtesy of the fine folk at _http://generatedata.com/_, plus a little tweaking by hand.
0 commit comments