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 Mike Lewis 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. Emmaar

    Help with update

    I believe that your query should be like update t1 set t1.sqlcolumn = 'INSERT into t2 select case when t3.sqlcolumn in not null then t3.sqlcolumn else ''N/A'' end'; Its two consecutive single quotes and not double quotes. Cheers, Emmaar
  2. Emmaar

    How System.getProperty() method works ?

    I found that the system reads the values from a .properties file. Thank you very much for your efforts. Cheers, Ramkumar
  3. Emmaar

    How System.getProperty() method works ?

    Hi, I have the below line in my java code which returns HPS555P. System.getProperty("CICS.EYE.pdpCustDetailR.packageset"); I want to know from where it picks up this value and how I can amend it. Thanks and Regards, Ramkumar
  4. Emmaar

    Problems with Update statement

    SELECT LEEN_ID , TAXD_ORIG_START_DT , TAXD_TAX_YEAR , UPDATE_USERID FROM ANPDBAP.ANPT031...
  5. Emmaar

    Insert failed with -206

    Hello, Can anyone tell why the below sql failed. INSERT INTO UP2DBAP.TDB01R09 ("TIMESTAMP", TS_TDB01R09, POL_NO, CASE_NO, GRANTEE) VALUES (...
  6. Emmaar

    Start a job at a particular time ...

    Thanks Jack. Can anyone tell me the syntax of DEADLINE in JES with an example. Ramkumar
  7. Emmaar

    Start a job at a particular time ...

    Thanks for your replies. Ramkumar
  8. Emmaar

    Start a job at a particular time ...

    Thanks for your immediate response. Is there any option available for OS/390 ?? Ramkumar
  9. Emmaar

    Start a job at a particular time ...

    Hello, Is there any way to specify the start time for a job in JCL.?? Thanks in advance. Ramkumar
  10. Emmaar

    COBOL with temporary DB2 tables

    I believe that the table named TEMP is not physically created/stored when the program is run. Please correct me if my understanding is wrong. A person without any Tablespace allocated for his Id can run the above query in Production QMF. So I thought that the query above will work in Cobol...
  11. Emmaar

    COBOL with temporary DB2 tables

    Hello, Can I have a SQL like the one below in a COBOL-DB2 program. SELECT R25.ACCTG_PREM FROM UP1DBAP.TDB01R25 R25, (SELECT MAX(ST_ACTION_DATE) AS THFMAX FROM UP1DBAP.TD4101R1 WHERE SOL_TRANS_CONT_NO = :H-POL-NO...

Part and Inventory Search

Back
Top