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 Wanet Telecoms Ltd 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: rani80
  • Content: Threads
  • Order by date
  1. rani80

    fetch within a fetch - S0C4 error

    Hello... I'm trying to call a PL/I fetchable inside a COBOL fetchable. Everytime i made that second fetch, the program goes down with a S0C4. IDFETCH can be used for PLI programs, what should i do for cobol? Any ideas? thanks!
  2. rani80

    SUBSTR & TIMESTAMP

    Is it possible just to update the date in the timestap field? SELECT SUBSTR(TIMESTAMP,1,8) FROM TABLE That does not work.
  3. rani80

    Multiple column update

    I'm trying to update two rows with 1 sql statement. i don't know primary key of that table. the secondary key will result in two rows. here is my table: secondary key column 1 column 2 1 xx yy 1 xx yy is there a way where i can say change the...

Part and Inventory Search

Back
Top