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

    Single row tables

    Hi, I can been presented with a part completed application. There are several parameters that change rarely. The current design is a single row table that has a column for each parameter. We need to add some more which relies on a 3 week turnaround from the DBA's I would probably has a...
  2. FearsomeFastFemale

    Converting Multi-Strip Tiffs to IOCA

    We have Java Image and using JAI to convert to a TIFF. We then need to create an IOCA to contain the TIFF. We can convert single strip TIFF's to IOCA but the java JAI produces multi-strip TIFF and we cant convert the multi-strip TIFF to IOCA. Can any one offer any advice on :- getting java...
  3. FearsomeFastFemale

    DNS lookup from COBOL (getHostName)

    Hi, We are doing a getHostName to do DNS look up from a CICS cobol program (IBM supplied). It appears to give an INVREQ. Can any suggest how I prove it (TCP/IP - DNS) is set up. I suspect we dont have access to the DNS server but I am not sure what to look for. Regards Charlotte
  4. FearsomeFastFemale

    Inserting Items into Icolls

    Hi, I am trying to insert and Item into an IndexedCollection. I can use addElement(obj) to add to the end of the Icoll but can get insertElement or addElement(obj,int) to work (fails syntax check in java) Any help would be appricated example add code that adds at the end I want to insert/add...
  5. FearsomeFastFemale

    Passing several variables back from a java class

    Hi, I am new to java (from mainframe cobol) so forgive me if this is a basic question. I want to call a java method with a string, and 2 intergers. (this I can do) I want to return, a return code of true/false, and 2 intergers (not the same 2 that went in) It seams I can do it 3 ways 1)...
  6. FearsomeFastFemale

    Java for the COBOL programmer

    I have found this book an excellent starter for learing JAVA. I am moving from mainframe COBOL to JAVA. This book gets to the point in a language I understand and has provided a good base for going on to the more detailed JAVA books, and getting the coding done in the meantime! Details...
  7. FearsomeFastFemale

    Getting Started

    Hi, I am moving from programming in CICS/COBOL to Websphere java can anyone recomend any beginner documentation for websphere, anf then any good reference stuff. Many thanks FFF

Part and Inventory Search

Back
Top