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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sp1502

    Problem with Update with multiple parameters

    carp - I received this message when I tried " SQL0440N No authorized routine named "CONCAT" of type "FUNCTION " r937 - thanks, I was trying to avoid typing all the fields in repeatedly like this, but this maybe the only solution!
  2. sp1502

    Problem with Update with multiple parameters

    PHV, I actually truncated my actual query by putting in 2 values..I'll probably end up have > 50 so it may look like this: UPDATE PROD.PLM103_AXXS SET AD_ST = 'X' WHERE (PL_L_R, L_XD_SEQ) in ((12283952,1),(12283952,3),(1583952,1),(12583552,7)....) Your option would work if it was limited but...
  3. sp1502

    Problem with Update with multiple parameters

    Thanks LKBrwnDBA but it doesn't like the "||", I get this message now in DB2 v8.1: SQL0440N No authorized routine named "||" of type "FUNCTION
  4. sp1502

    Problem with Update with multiple parameters

    I am trying to run an update query which uses multiple parameters in the where clause updating multiple rows based on those parameters: UPDATE PROD.PLM103_AXXS SET AD_ST = 'X' WHERE (PL_L_R, L_XD_SEQ) in ((12283952,1),(12283952,3)) But it doesn't allow me to do so in SQL(DB2) giving me the...
  5. sp1502

    Using VB6 with DB2 v8.2 - problems with ado control

    We are in the process of converting from DB2 v7.2 to DB2 v8.2. We have visual basic 6.0 applications that use the datagrid ado control. In DB2 v7.2 datagrid works fine. In DB2 v8.2 the datagrid cannot find any results with BOF & EOF = True. Has anyone encountered this type of problem with using...
  6. sp1502

    can negative values be shown as parenthesis?

    thanks all, the bean counter will be happy now!
  7. sp1502

    can negative values be shown as parenthesis?

    wondering if in the pic clause there is something I can use to show parenthesis for a numeric value when negative: for example -123 would be (123) Thanks in advance
  8. sp1502

    font sizes

    Is there a way to have 2 different font sizes on the same cobol report? I am using Microfocus NetExpress. Thanks in advance.
  9. sp1502

    MCSD expiration???

    For the MCSD certification,is there any type of expiration to the certification?Say when a new version of say VB(ex.VB. Net) comes out does that mean your current MCSD certification is worthless? thanks
  10. sp1502

    character search

    THANKS karluk ,it worked
  11. sp1502

    character search

    is there any way in sql to search for a particular sequence of characters in a field regardless of position. For example the word "PAY" in field "OTPAY1234". Thanks in advance.
  12. sp1502

    Any utilities out there to count the size of working storage records?

    Go to http://www.aboutlegacycoding.com/, click on downloads, look for a program called sizer. It should do the trick.
  13. sp1502

    finding field lengths

    Is there any way to find different fields length of input records? Ex. 7654321 would like to know it is 7 numeric character long 234 " " 3 " Thx
  14. sp1502

    Netexpress users

    Does anyone know how it is possible to get a particular result in debug mode in Netexpress using Cobol, while if the same program is run standalone a different result occurs. thx
  15. sp1502

    Programming languages

    Just curious peoples opinions as to what programming languages are in demand currently? Thanks

Part and Inventory Search

Back
Top