AS/400 HELP
"MAPICS TEMGEN BATCH INQUIRY"

INQ10 program shows all the journal records in the batch associated with a particular journal.
INQ10 is helpful when
trying to find why a GJ was entered by showing all the other offsetting journal
entries in the same batch.
INQ10 works with
MAPICS XA release 4 and higher and was written in RPG IV ILE at OS/400 release
4.3
Inq10 uses opnqryf to
search through TEMGEN and CURHIS.
INSTRUCTIONS (you must have a TCP-IP connection your AS/400)
PC INSTRUCTIONS:
Download "INQ10" to your PC.
Go to a DOS session and enter the following;
FTP SYSTEM (system = your AS/400’s
name or IP address)
Enter a valid user id and password
CD QGPL
LCD C:\DIRECTORY (directory= the directory on your pc where you
downloaded “inq10.savf”
QUOTE
SITE NAMEFMT 1
BIN
PUT
INQ10.SAVF
QUOTE RCMD
RSTLIB SAVLIB(INQ10) DEV(*SAVF) SAVF(QGPL/INQ10)
Note: If there is a security problem restoring all
objects with the command above, sign on
to your as/400 as Qsecofr and run RSTLIB
from the command line.
AS/400
INSTRUCTIONS:
Make sure a Mapics file
library (Amflib) is in your library
list.
Enter;
ADDLIBLE INQ10
CALL INQ10