Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. amitjainbls

    Reversing Keys Functionalities In NetCobol

    Hi, Is there any process of reversing the key functionalities. I want my Enter key to work as Tab key and tab key as Enter Key. In key Defination file, I have defined my file as. TAB =12006 Enter=2 Like For all keys we have XYZZZ values where x is 0/1 for inactive/active Y is...
  2. amitjainbls

    Sort status Syntax

    Hello, I am compiling a program in NETcobol for windows v9 and getting sev error message "An invalid word sort-status was found " for sort file selection. SELECT SORT-FILE ASSIGN TO SORTFIL SORT-STATUS IS SORT-STAT. Compiler has sort-status as the reserved word set. Otherwise in...
  3. amitjainbls

    Cobol Window Handle For Screen Display

    I am developing a code on NETCobol and have following issues. 1.When i ran the program it didnt throw a big screen, so i set the environment variable during run time as @scrnsize(160,80). I got the full screen but i am seeing that the character based screen is just concentrated at one-quarter...

Part and Inventory Search

Back
Top