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 bkrike 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: *

  • Users: sp1502
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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
  4. 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.
  5. 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
  6. 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.
  7. 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
  8. 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
  9. sp1502

    Programming languages

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

Part and Inventory Search

Back
Top