Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • DataSet Notes from huge DTA file

    Hi everyone,

    Any hint about reading dataset's notes embedded in a huge (>10Gb) DTA file. I used to insert notes, in order to help to later remember the datasets characteristics. I have about a dozen of those files and do not want to loop-open each one, but to use something similar to the expedite describe [varlist] using filename [, file_options] command.

    Thks, in advance.

  • #2
    The sandbox is for testing, post to the https://www.statalist.org/forums/for...ussion/general.

    you may try
    Code:
    use largefile in 1 , replace  
    notes

    Comment


    • #3
      correction:
      Code:
      use largefile in 1 , clear
      notes

      Comment

      Working...
      X