From ee9b600f7e30c998da26ad92472744d444aa1e59 Mon Sep 17 00:00:00 2001 From: SJLennon <67484051+SJLennon@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:18:14 -0400 Subject: [PATCH] Readme to SQL PL --- PGM_REFS/Readme.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PGM_REFS/Readme.MD b/PGM_REFS/Readme.MD index c04a6ca..ef4b1a2 100644 --- a/PGM_REFS/Readme.MD +++ b/PGM_REFS/Readme.MD @@ -2,7 +2,7 @@ Given a program (or any of the objects that DSPPGMREF handles), the PGM_REFS stored procedure will find all the obects that the program uses, and then recursively finds all that objects that they use, and so on, to an essentally unlimited depth. -This is the product of my experimentation with PL/SQL. It may be short on error handling, and it doesn't do any validity checking on the parameters. But since I expect you are a developer, you can probaly live with that. Or improve it. +This is the product of my experimentation with SQL Procedures Language (SQL PL). It may be short on error handling, and it doesn't do any validity checking on the parameters. But since I expect you are a developer, you can probaly live with that. Or improve it. If you have more experience than me, please feel free to suggest better coding techniques.