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 IamaSherpa 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

    Webrabbit, Can you send me the sample program for it.
  2. amitjainbls

    Reversing Keys Functionalities In NetCobol

    Sorry I forgot to mention that I am using the NETCOBOL Compiler.
  3. 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...
  4. amitjainbls

    Cobol Window Handle For Screen Display

    glenn999, I tried to call the following in the above program after procedure division: CALL "WINHANDLE" WITH STDCALL LINKAGE USING BY VALUE PGM-STAT RETURNING PGM-STAT ON OVERFLOW DISPLAY 'ERROR CALL' END-CALL. But i am facing error on overflow condition diplaying 'error call'...
  5. amitjainbls

    Sort status Syntax

    Tom, Thanks for your help !!
  6. amitjainbls

    Cobol Window Handle For Screen Display

    Glenn, Can you atleast provide me any sample piece of code for calling this routine from any program. It would be a great help for me. Thanks
  7. amitjainbls

    Sort status Syntax

    Tom, I am unable to find sort status example program. Though only sort file select statement is given. Manual also says that sort-status is the keyword which is different from microfoucus/IBMCOBOL2 compilers.So i need the exact syntax for sort status declaration. thanks
  8. 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...
  9. amitjainbls

    Cobol Window Handle For Screen Display

    Thanks Glenn For your quick response. After getting this window handle routine how do i call this routine in my program.Could you please get down the changes to this sample of My program as follows: IDENTIFICATION DIVISION. PROGRAM-ID. DATE-CHECK-PROGRAM. AUTHOR.AMIT. * The Date program...
  10. 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