Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Tab43 is limited to 98 lines

    • Article Type: General
    • Product: Aleph
    • Product Version: 19.01

    Description:
    I modified tab43 to 1 hour increments, ran util a 17/1 to remove z320 & z321 then ran p_circ_60 to create the new schedule. The job just hangs, it doesn't create a schedule.

    Are 1 hour increments allowed for booking?

    Resolution:
    We found that tab43 is limited to 98 lines:
    >asm copy
    > vi TAB43

    01 TAB43.
    02 TAB43-LINE-TYPE PICTURE X(1).
    02 FILLER PICTURE X(1).
    02 TAB43-SUB-LIBRARY PICTURE X(5).
    02 FILLER PICTURE X(1).
    02 TAB43-ITEM-STATUS PICTURE X(2).
    02 FILLER PICTURE X(1).
    02 TAB43-DATE-TO PICTURE 9(8).
    02 FILLER PICTURE X(1).
    02 TAB43-PARAM OCCURS 100. <-------------------------------------- this line
    03 TAB43-START-DAY PICTURE X(2).
    03 FILLER PICTURE X(1).
    03 TAB43-START-HOUR PICTURE X(4).
    03 FILLER PICTURE X(1).
    03 TAB43-END-DAY PICTURE X(2).
    03 FILLER PICTURE X(1).
    03 TAB43-END-HOUR PICTURE X(4).
    03 FILLER PICTURE X(1).

    In your tab43 set with hourly increments, you also have slots 24-25 and 25-26. The total number of lines was 110, and this was the reason why p_cir_60 didn't run. The total number of lines in tab43 is limited to 98.

    Additional Information

    tab43


    • Article last edited: 10/8/2013
    • Was this article helpful?