|
Hi guys,
I'm having some trouble trying to find out what is being passed into an ILE Cobol using SEP debug.
The parameters are as follows;
LINKAGE SECTION.
01 LK01-SELECTION-FIELDS.
05 LK01-COUNT PIC 9(2) BINARY.
05 LK01-TABLE PIC X(36304).
01 LK01-SELECTION-SEQ PIC S9(9) COMP-3.
PROCEDURE DIVISION USING LK01-SELECTION-FIELDS
LK01-SELECTION-SEQ.
But in the variables in debug only LK01-COUNT is being shown under LK01-SELECTION-FIELDS. LK01-TABLE does not appear in the variable list at all.
If I try to monitor expression LK01-SELECTION-FIELDS again only LK01-COUNT is shown under the 01 level. If I try to monitor expression LK01-TABLE I get CPF7E12 Identifier does not exists error message.
Can anyone explain or help with ideas on how to find out the content of LK01-TABLE?
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.