E preparing base24 programs, Initial autotmf installation, E. preparing base24 programs – HP Integrity NonStop J-Series User Manual
Page 231: Appendix e, preparing base24 programs, Forms. see, Appendix e, Preparing base24 programs, For specific informati
HP NonStop AutoTMF Software User’s Guide—429952-017
E-1
E
Preparing Base24 Programs
NonStop AutoTMF is frequently used with ACI’s BASE4 payment processing software.
This appendix describes the steps required to enable Base24 applications for
AutoTMF. The instructions supplied cover the following scenarios:
New Version of the BASE24 Library
New version of BASE24 programs
New version of NonStop AutoTMF Software
Initial AutoTMF Installation
Preparing Programs that Have a User Library
on page 3-8, preparing a
TNS user library, such as the BASE24 user library, SKELB, entails a few steps, which
are illustrated for BASE24 in this appendix.
You may choose to prepare a copy of SKELB or to prepare the original object; either
way, you must preserve a non-prepared version of SKELB for future use.
In the example we follow throughout this appendix, SKELB is in $DATA.B24, and is
duplicated to $DATA.B24BK before being prepared.
1 - Make a copy of the SKELB object file:
2 - Prepare SKELB:
In the AutoTMF command interpreter, prepare the SKELB object, specifying the UL
option. UL is required because by default, AutoTMF does not prepare an object file that
does not have a MAIN procedure.
If UL is omitted, AutoTMF displays a warning and does not prepare the file.The
example below shos both cases :.
> FUP DUP $DATA.B24.SKELB, $DATA.B24BK.SKELB
AutoTFMF 1? PREPARE $DATA.B24.SKELB;
*Warning* Object file $DATA.B24.SKELB has no MAIN procedure.
* 1658 * A user library must be prepared with the USERLIB option
* * and then bound with the AutoTMF runtime library.