Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - geoffwilde

Pages: 1 2 3 4 5 6 [7]
91
iSeries / Re: Unix Timestamp
« on: October 25, 2006, 10:08:24 AM »
our DBA is using castdate function

  SELECT SUBSTR(APPLID,1,8)                                                 
        ,CAST('1969-12-31' AS DATE) + PDATE        DAYS                     
        ,RIGHT(('         ' || STRIP(DIGITS(COUNT(*)),LEADING,'0')),9)     
        ,PDATE                                                             
        ,DNAME                                                             
        ,DNAME_WHOLE                                                       
        ,B.NAME                                                             
           FROM SROLSHE.DIRECTORY , ARSSERVR.ARSNODE B                     
        WHERE (SUBSTR(APPLID,1,8) = 'LEBLL01P'                             
        OR     SUBSTR(APPLID,1,8) = 'LECHK01P')                             
  AND (CAST('1969-12-31' AS DATE) + PDATE DAYS) > '1997-12-31'             
  AND (CAST('1969-12-31' AS DATE) + PDATE DAYS) < '2006-02-12'             
  AND NID = PRI_NID                                                         
  GROUP BY                                                                 
            APPLID                                                         
           ,PDATE                                                           
           ,DNAME                                                           
           ,DNAME_WHOLE                                                     
           ,B.NAME                                                         
        WITH UR;                                                           

92
General / Expo anyone?
« on: October 13, 2006, 09:45:07 AM »
Don't forget; your ODUG board members will be manning a pedestal at the EXPO. Stop by and say HI. Find out what's going on with the user group!!


93
Windows Client / Re: Expression Find
« on: October 12, 2006, 12:12:23 PM »
Jim, the find command only works for me once I'm in the report data, not during a search for statements. Are you using custom logical views?

94
z/OS Server / ARSEXOAM processing more than it should?
« on: September 29, 2006, 11:19:22 AM »
wondering if anyone has checked ARSEXOAM for deletes of more than it should have deleted. We experienced a problem where EXOAM deleted a load id like (4FAA-0-0) or even (4-0-0) and it deleted load 4, 40, 400, 401, etc... The other piece of this is all these loads are in the same AG data table, not separate tables.

Pages: 1 2 3 4 5 6 [7]