ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Query

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Query

    Dear Friends,
    suppose you have a physicle file which contains 10000 records.
    On the basis of this physicle file we have a logicle file.

    we apply RUNQRY *N LIBL/LOGICLE FILE

    we got only 10 records.
    Can anyone explain what happend with this logicle file.

    Thanks in advance.

    Regards/ Deepak

  • #2
    Re: Query

    Your logical file probably has omit/include specs.

    Comment


    • #3
      Re: Query

      I add that the logical file might point to the "wrong" physical file. Ya know the physical file is not the production one and does not have the 10000 records.
      Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

      Comment


      • #4
        Re: Query

        You may also have the same logical file name in a library higher in your library list than the one you just created.

        try using
        RUNQRY *N LIBname/LOGICLE FILE

        instead of
        RUNQRY *N *LIBL/LOGICLE FILE

        Best of Luck
        GLS
        The problem with quotes on the internet is that it is hard to verify their authenticity.....Abraham Lincoln

        Comment

        Working...
        X