From 95c473ece9f52915fc9e2da65f8ccd33e2392cc9 Mon Sep 17 00:00:00 2001 From: SJLennon <67484051+SJLennon@users.noreply.github.com> Date: Mon, 5 Oct 2020 17:50:57 -0400 Subject: [PATCH] Fix types --- 5250_Subfile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/5250_Subfile/README.md b/5250_Subfile/README.md index 7615b0e..d7a2f77 100644 --- a/5250_Subfile/README.md +++ b/5250_Subfile/README.md @@ -22,7 +22,7 @@ This is a working application that allows display, selection and maintenance of - I gives 5=Display - M gives 2=Edit 5=Display - S gives 1=select 5=Display - 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. + 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. #### MTNCUSTR/MTNCUSTD @@ -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**_ in the first line to your target library. You would put this in the IFS and run it with the RUNSQLSTM command. + 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. Contains 300 randomly generate rows, courtesy of the fine folk at _http://generatedata.com/_, plus a little tweaking by hand. \ No newline at end of file