Re: scrap transaction question
Gail Lorzing <glorzing-PL3lsCygjphN2wP75U44/[email protected]>
| Newsgroups | gmane.comp.systems.as400.mapics |
|---|---|
| Message-ID | <CAJNY6w36XiN0nhsbKyV-D91MHYtLB0btmHDTnD4+EsBeK3bQ_A@mail.gmail.com> |
Try Data Queue (DQJUC).
Inside your program call the trigger to the data queue.
CALL 'QSNDDTAQ' PDQJUC
PDQJUC PLIST
PARM 'DQJUC' QNAME@ 10
PARM '*LIBL' QLIBR@ 10
PARM 1 QFLDL@ 5 0
PARM '1' QFIEL@ 1
On Fri, Apr 12, 2013 at 9:04 AM, Ray Yancey <ray-Mdj4K9Aj/[email protected]>wrote:
> I've only read the mapics -l digest posts, never having "participated".
>
>
>
> I need some help on something, though. I'm generating SCRAP transactions
> to
> TRDATA and from what I understand I should be able to hit a data queue and
> have the U-Jobs process that transaction.
>
>
>
> I've tried different data queues with no luck. However, if I go into PM&C
> and process transactions by scrap entries complete successfully.
>
>
>
> What am I missing?
>
>
>
> Ray
>
>
>
>
>
> --
> This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
> To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected]
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/mapics-l
> or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected]
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/mapics-l.
>
>
--
This is the MAPICS ERP System Discussion (MAPICS-L) mailing list
To post a message email: MAPICS-L-Zwy7GipZuJhWk0Htik3J/[email protected]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/mapics-l
or email: MAPICS-L-request-Zwy7GipZuJhWk0Htik3J/[email protected]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/mapics-l.