|
Hi All,
I don't now how AS/400 work, anybody can share with me ?
I have a program let say program A and this program will call sub
program B,
01 LK-OPT PIC X VALUE '1'.
01 LK-NBR PIC S9(11)V9(4) VALUE ZERO.
....
CALL PGM "B" USING LK-OPT LK-NBR.
But in program B
LINKAGE SECTION.
01 WK-OPT PIC X VALUE '1'.
01 WK-NBR PIC S9(9)V9(4) VALUE ZERO.
..
..
MOVE 1 TO WK-NBR.
My question is why LK-NBR become 100 ? Shoud be 1. Is this error
due to
different variable definition in A and B ?
rgds
Agus R
IMPORTANT NOTICE:
The information in this email (and any attachments) is
confidential. If you are not the intended recipient, you must not
use or disseminate the information. If you have received this email
in error, please immediately notify me by "Reply" command and
permanently delete the original and any copies or printouts
thereof. Although this email and any attachments are believed to
be free of any virus or other defect that might affect any computer
system into which it is received and opened, it is the
responsibility of the recipient to ensure that it is virus free and
no responsibility is accepted by American International Group, Inc.
or its subsidiaries or affiliates either jointly or severally, for
any loss or damage arising in any way from its use.
--
This is the COBOL Programming on the iSeries/AS400 (COBOL400-L)
mailing list
To post a message email: COBOL400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/cobol400-l
or email: COBOL400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/cobol400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.