Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by venkat2003

  1. venkat2003

    Rollback

    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...
  2. venkat2003

    Time Stamp Error

    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
  3. venkat2003

    Concatnation

    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...
  4. venkat2003

    low and high values

    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...
  5. venkat2003

    Redefines and Renames

    Hi, I want to know the exact practical use of redefines class and renames class. Please give some examples. Thanks Venkat
  6. venkat2003

    Embeded SQL

    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...
  7. venkat2003

    Locking the table

    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...
  8. venkat2003

    Comparision

    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...

Part and Inventory Search

Back
Top