ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Problem with S/36EE BLDINDEX

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

  • Problem with S/36EE BLDINDEX

    I have set up library TESTDATA for testing S/36EE programs and am trying to build an alternate index for a file in this library. The BLDINDEX procedure returns an error sayting I do not have authority to the alternate index of the same name in library QS36F. How did QS36F get involved? How do I get around this?

  • #2
    By default all S/36 file operations will work in QS36F. Commands like BLDINDEX don't even have the option to specify the library.

    To change that from the command-line, you can run the FLIB procedure

    Or from within an OCL proc, you would do // FILELIB NAME-MYLIB

    Comment


    • #3
      Worked like a charm. Thank you

      Comment

      Working...
      X