added sysprog entities
This commit is contained in:
24
SYSPROG/STPROCINS/RTI_UTL_COMPARE_INSERT.txt
Normal file
24
SYSPROG/STPROCINS/RTI_UTL_COMPARE_INSERT.txt
Normal file
@ -0,0 +1,24 @@
|
||||
compile insert rti_utl_compare_insert
|
||||
/* ----------------------------------------------------------------------------
|
||||
Author : David Goddard, Win Win Solutions Australia Pty Ltd
|
||||
Date : 16 April 2012
|
||||
Build : 12.4.16.0
|
||||
Date : 16 April 2012
|
||||
Purpose : Insert for the rti UTL COMPARE utlity
|
||||
|
||||
the wuComp_text@ dimensioned array is used to store sets of text
|
||||
to compare.
|
||||
|
||||
The zero element stores control information for the sets of text,
|
||||
for example the table,id for each set of text.
|
||||
|
||||
Modification Info:
|
||||
----------------------------------------------------------------------------
|
||||
Date Who Build Notes
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
--------------------------------------------------------------------------*/
|
||||
|
||||
common /rti_utl_compare/ wuComp_text@(100,2), wuComp_text1@, wuComp_text2@, wcComp_text3@, wcComp_unUsed1@, wcComp_unUsed2@
|
||||
|
||||
|
Reference in New Issue
Block a user