Hi,
Please let me know wheter i have to specify the sync point rollback or not during this situation.
I am having Mainprogram is calling SUBPROGRAM thru CICS LINK with COMMAREA(100) and My mainprogram is expecting some response from that CICS SUBPROGRAM
If the response of CICS program is...
Hi,
Please clarify this doubt
When Time stamp error -818 will come and how to resolve it in cobol db2 program. Please let me know how to fix this problem if i get -818 problem.
Thanks
Venkat
Hi
Pleas let me know any other simple apporach apart from this.
I want to append C OR D indicator for my amount filed based on negative and postive
For example
01 WS-AMT PIC S9(16)V99 COMP-3
01 WS-TEMP1 PIC Z(16).ZZ.
01 WS-SIGN-IND PIC X.
01 WS-TEMP2 PIC...
Hi,
Please clarify this doubt.
I define two variables like in Working storage section.
01 WS-X PIC 9999.
01 WS-Y PIC 9999.
MOVE LOW-VALUES TO WS-X
MOVE HIGH-VALUES TO WS-Y
I am trying to move low and high values in the ws-x,WS-Y fields I am getting problem i.e...
Hi,
I want to know how to write the embeded sql in cobol language for this below requirement.
Req. is Suppose there are 3 fileds in the screen. User can enter either one filed or two filed or three fields.
For example Customer table is exists the fileds are customer id, name, address...
Hi,
Please clarify this doubt.
Let us assume that there are two tasks. First task is locking the table and doing some process. At the same time second task is looking for same table which is locked by the first task. Please let me know what are the sqlcodes and abends i may get and how to...
Hi,
Just I want to know how to convert alphanumeric data item to numeric dataitem.
For example User will enter the amount filed as alphanumeric item as 1000.555 and sending this text amount to backend system. In back end I have to compare this text field to db2 data item is defined as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.