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 strongm 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. Acadian

    How to concatenate string on Micro Focus Cobol (Unix) !

    Thank 3gm, WMK and PHV for your information We will take a look to the "VarName(pos:length)" fonction. Otherwise we will create our own fonction. New Brunswick, Canada
  2. Acadian

    How to concatenate string on Micro Focus Cobol (Unix) !

    On Open VMS, its worked well ! Part of my program : IF FAMILIALE-COMPLETE OF INFILE1-REC = "Y" CALL 'STR$CONCAT' USING BY DESCRIPTOR WS-OUTFILE1-REC BY DESCRIPTOR DOCUMENT-ID OF WS-INFILE1-REC, BY DESCRIPTOR "~~"...
  3. Acadian

    EBCDIC Sign Digit problem on Micro Focus COBOL

    I'm converting COBOL programs from Open VMS to Micro Focus Cobol for Unix. On Unix, the program do not recognize the "EBCDIC Sign Digit" like on th Open VMS ! Then value 00000000131266K suppose to give 000000001312662- Can somebody give me a clue to resolve my problem ? Part of my program...
  4. Acadian

    SYMBOLIC CHARACTERS value problems !

    Thank ! It work Well..It's end my two days research. Regor New-Brunswick, Canada
  5. Acadian

    SYMBOLIC CHARACTERS value problems !

    I'm developping with MICROFOCUM COBOL on a Unix (HP-UX). At compilation, i receive "Illegal character" errors... a) The same source work great on a OPEN VMS System ! * * * * * * Comments * * * * * * * * CHR_131 = é * CHR_132 = â SYMBOLIC...

Part and Inventory Search

Back
Top