How DB2 load works

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • it_simpy@yahoo.com

    How DB2 load works

    Hi,

    I used to load the Db2 database in mainframe using the following
    commands

    LOAD DATA LOG NO REPLACE NOCOPYPEND ENFORCE CONSTRAINTS DISCARDS 1
    INDDN SYSREC00 INTO TABLE
    DBCreator.Table Name
    (
    Table Definition
    )

  • it_simpy@yahoo.com

    #2
    Re: How DB2 load works


    I used to load the Db2 database in mainframe using the following
    commands

    LOAD DATA LOG NO REPLACE NOCOPYPEND ENFORCE CONSTRAINTS DISCARDS 1
    INDDN SYSREC00 INTO TABLE
    DBCreator.Table Name
    (
    Table Definition
    )

    But I am not sure what each and every parameters are used to and how
    exactly the load function is happening in Database.

    When I monitored the utility that I used to load it showed me two
    phases
    1. Reload
    2. Sort

    But I read there is 4 steps in load function. Could you explain it
    with detail or some references which explains the same.

    Thank you

    Comment

    • The Boss

      #3
      Re: How DB2 load works

      it_simpy@yahoo. com wrote:
      I used to load the Db2 database in mainframe using the following
      commands
      >
      LOAD DATA LOG NO REPLACE NOCOPYPEND ENFORCE CONSTRAINTS DISCARDS 1
      INDDN SYSREC00 INTO TABLE
      DBCreator.Table Name
      (
      Table Definition
      )
      >
      But I am not sure what each and every parameters are used to and how
      exactly the load function is happening in Database.
      >
      When I monitored the utility that I used to load it showed me two
      phases
      1. Reload
      2. Sort
      >
      But I read there is 4 steps in load function. Could you explain it
      with detail or some references which explains the same.
      >
      Thank you
      4? More like 10 or so.
      Check the Infocenter:


      or download the "Utility Guide & Reference" in either BookManager or PDF
      format at:


      --
      Jeroen


      Comment

      • it_simpy@yahoo.com

        #4
        Re: How DB2 load works

        Thanks a lot. It is really helpful.

        Comment

        Working...