Opened 6 years ago

Closed 5 years ago

#211 closed enhancement (fixed)

Add a get_page_length_ function to return current page length for an I/O stream/switch

Reported by: Gary Dixon Owned by: Gary Dixon
Priority: major Milestone: MR12.7
Component: Documentation Version:
Keywords: Cc:

Description

Similar to the existing get_line_length_ function, there should be a function that returns current page length of a given I/O switch. The interface would be identical to that of get_line_length_, and is summarized by help -brief output below.

help get_page_length_$(stream switch) -brief

Syntax:
declare get_page_length_$stream entry (char(*), fixed bin(35)) returns (fixed bin);
page_length = get_page_length_$stream (switch_name, code);

Syntax:
declare get_page_length_$switch entry (ptr, fixed bin(35)) returns (fixed bin);
page_length = get_page_length_$switch (switch_ptr, code);

Change History (1)

comment:1 by Eric Swenson, 5 years ago

Milestone: MR12.7
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.