+ Reply to Thread
Results 1 to 4 of 4

Thread: pageup pagedown on display without subfile

  1. #1

    Default pageup pagedown on display without subfile

    Yes, but. . . .why would you not want to use subfiles? Dave

  2. #2
    Guest.Visitor Guest

    Default pageup pagedown on display without subfile

    Hi Railone1. You can indeed do so. I used this technique quite often. I load an array with the data from the file, read through the array and load the twelve lines of output on the screen which coorespond with a data structure that I create in the program. This only takes about 90 lines of code, counters, pointers, "top" record key, "bottom" record key, etc.....on a System/34 back in the early 80's. Of course I can do the same thing with a subfile in about twenty lines of code, including keys, pointers, etc. If you are unfamiliar with subfiles I'm sure many of us would be glad to help. If your boss won't allow you to use subfiles, then update your resume'. If you have to write code for a /34 or /36, then I, and others will be glad to help. Will really test our memories. -Mean 1

  3. #3
    Guest.Visitor Guest

    Default pageup pagedown on display without subfile

    One format. The repeating lines (subfile replacement) can be 79 byte character fields. You then use a table or array in your cobol code, positioning the array to correspond with the repeating screen fields. Move in whatever you want to display. There is less I/O with this technique, which can be helpful in a stressed environment with heavy transactions and many users. If you code "page at a time subfiles", the flat screen approach is not much more cobol code but you can run out of INDICATORS rather fast. 6 of 1, 0.5 dozen of another.

  4. #4
    Guest.Visitor Guest

    Default pageup pagedown on display without subfile

    Is it possible to create a display in which you can pageup/pagedown? I do not want to use a subfile. I'm not using Code400.

+ Reply to Thread

Similar Threads

  1. Replies: 3
    Last Post: 07-05-2006, 08:32 AM
  2. How to control PAGEUP in Single Page Subfile?
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 06-05-2001, 07:29 PM
  3. How to control PAGEUP in Single Page Subfile?
    By Guest.Visitor in forum Programming
    Replies: 2
    Last Post: 06-05-2001, 07:17 PM
  4. How to control PAGEUP in Single Page Subfile?
    By Guest.Visitor in forum Programming
    Replies: 0
    Last Post: 06-05-2001, 02:31 AM
  5. Subfile display problem
    By David Abramowitz in forum Programming
    Replies: 4
    Last Post: 04-14-2001, 09:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts