ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Dspfd file() command question

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

  • Dspfd file() command question

    Im using this command DSPFD FILE() to retrieve the Total record length of the file i need to do this for 2000 files is it there a comand to retrieve that info? can i loop trough all the tables from a library and get that number?


    Thanks

  • #2
    You can SQL
    Code:
      
     select row_length , A.* from systables a  where table_name = 'P2PORDERH'
    Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

    Comment

    Working...
    X