Tables that contains jobs that users have run

Sort:
You are not authorized to post a reply.
Author
Messages
Frank
Basic Member
Posts: 6
Basic Member
    Not sure if this can be done, but does anyone know if there are tables that contain information in which shows when a user ran a job through jobdef?
    Thanks
    Frank
    EricS
    Veteran Member
    Posts: 80
    Veteran Member
      That information is in GEN.QUEUEDJOBS
      EricS
      Veteran Member
      Posts: 80
      Veteran Member
        That information is in GEN.QUEUEDJOBS
        Terry P
        Veteran Member
        Posts: 234
        Veteran Member
          Is GEN only for Landmark only? I didn't see anything like that in LOGAN.
          Woozy
          Veteran Member
          Posts: 709
          Veteran Member
            GEN is a prodline like Logan. It is used by LSF and Landmark, although it is not used for jobs in Landmark.
            Kelly Meade
            J. R. Simplot Company
            Boise, ID
            Woozy
            Veteran Member
            Posts: 709
            Veteran Member
              Note that it might be called something other than "GEN" in your environment. In ours, our dev environment has "LSFGEN" and prod environment has "GEN". On our Unix/DB2 environment, I can find this by going to $LAWDIR/gen/IBM and looking for the "SCHEMA" value. I'm guessing this is similar in other setups.
              Kelly Meade
              J. R. Simplot Company
              Boise, ID
              mikeP
              Veteran Member
              Posts: 151
              Veteran Member
                In our SQL Server database, it's in a PGEN database, table name dbo.QUEUEDJOB.

                Any have any experience accessing this data progamatically?  E.g. what the status codes mean, etc.?
                Frank
                Basic Member
                Posts: 6
                Basic Member
                  Thank you all for this information.
                  You are not authorized to post a reply.