Author |
Message |
Topic: table handling |
shailesh
Replies: 1
Views: 1184
|
Forum: Application Programming Posted: Wed Jul 05, 2006 1:37 pm Subject: table handling |
I got an array(10) of names to be displayed.I got to check the duplicates
and needs to display error. does the below logic work.
PERFORM VARYING WS-CNT FROM 1 BY 1 UNTIL WS-CNT > 10
... |
Topic: cics+db2 query |
shailesh
Replies: 3
Views: 2007
|
Forum: CICS and Middleware Posted: Mon Jul 03, 2006 1:05 pm Subject: cics+db2 query |
I got act names as map fields defined as an array of 10 and need to be populated from the table.
If I do the changes then the new values needs to be inserted into the table .
Duplicates must be i ... |
Topic: cics+db2 query |
shailesh
Replies: 3
Views: 2007
|
Forum: CICS and Middleware Posted: Fri Jun 30, 2006 1:59 pm Subject: cics+db2 query |
hi i have a cics+db2 program.
i have an list of acnt names on screen defined as an array of length 10.
if user updates then names need to be inserted into table
insert query fails while i give
in ... |
|