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 SkipVought 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. gphuber

    Cobol will work

    Hello at all I am leading the support in an german softwarehouse. Only for information today my boss gave me some problems i shall put them away with databeses. Our programm is writte in Delphi. I told him that i will write in cobol. His answer i know you are an "dino" but i know it...
  2. gphuber

    COBOL - AIX - File status 35

    Hi On Fujitsu ond MF Cobol 3.3 Status 35 is file is not present. 3 says permanent error, 5 file not found. Is your path correct ?? This are standard definition on MF and Fujitsu. Goetz Huber
  3. gphuber

    Defining The Tab Character As A Boolean Or Hexadecimal Literal

    @ all, i am sorry, but it will never work in Power cobol. The compiler replaces TAB characters by 4 or 8 Spaces. Ther compiler option TAB(4) or TAB(8) defines it all. The strating definition of the TAB Option is 4 Spaces to replace. I am sorry, but my old Programm i have used under dos has...
  4. gphuber

    Defining The Tab Character As A Boolean Or Hexadecimal Literal

    Hi Dimandja, when i read an line.sequential file it is terminated with CR+LF. The compiler stops reading when it gets CR+LF. Example: you have an textfile with 80 Characters + CR+LF you get a length of 80 Characters. If yo will read the file with sequential organization your record must have...
  5. gphuber

    Defining The Tab Character As A Boolean Or Hexadecimal Literal

    Hi Linew Sequential is defined by CR+LF ended not TAB. I have defined my line sequential file with variable length depending on a variable. Than i unstring the textstring into several fields wirh the delimiter X'09' and it works with several files. i use power cobol an windows 98 and win XP...
  6. gphuber

    Defining The Tab Character As A Boolean Or Hexadecimal Literal

    Hello Dimandja, i work in germany and use the tab by transferung data between several applications. in the target softwrae, a third party, it is defined that tab is hex 09 so i have never got problems. i thought this information could help. Regards Goetz
  7. gphuber

    Defining The Tab Character As A Boolean Or Hexadecimal Literal

    I use alternative ; or TAB as an indicator to separate filds with the unstring command. I have defined one PIC X field cald Trennfeld and if i say it is delimited by TAB I move X"09" to it and and unstring the file with the delimiter Trennfeld. It works. regards Goetz
  8. gphuber

    How do i fix a permanent error?

    Maybe your harddisk is defect like an dameged sector or something else. Goetz
  9. gphuber

    How to CNTL-C out of an executing program

    Hi Tromba, I have the same problem, Please can you tell me how to get it in the mainform ?? Any Time I use POW-ARG-KEYASCII I get a message that the programm has called an wrong site on windows. It compiles fine but doesn't work . Thanks Goetz
  10. gphuber

    UNABLE TO INSTALL COBOLV3.exe ON WIN98 WIN95

    Hello, my son has loadeed the free cobol 3 compiler one year ago and it has worked on win 98. I myself have an CD and this also works on WIN 98, WIN 2000 and WIN XP. Is there anything missing on your system ?? Goetz
  11. gphuber

    pLEASE HELP ME THIS IF CONDITION

    Hello, if you use this with 88 numbers I would like to use an evaluate. It is faster and i think better for structure. But without your code it is qiuiet difficult to answer. Goetz
  12. gphuber

    Use Escape

    In DOS COBOL like MF or Fujitsu I can uise the ESCAPE Key to navigate is it possible to use it in Power Cobol 3.0 or higher in Windows.
  13. gphuber

    Calling external programas or O.S. commands from PowerCobol 3

    If you use the example you have to write the command in " when you use long names and aou have spaces in the path. Goetz
  14. gphuber

    Powerform and Characters like ÄÖÜ

    Thanks for your answer Dimandja, but it doesn't fix the Problem. When I write in an Textfield it works , when i load the field from a file it fails. I can't understand it. Goetz
  15. gphuber

    Powerform and Characters like ÄÖÜ

    Im using Power Cobol 3.0V10 since 1998 with Power Form. Everything works under Windows 98 and WinNT. With Windows XP I get an Error on Output File when I try to print a Textfield within Characters like Ä Ö Ü. When I use notmal Characters it works. Does everybody know a way to print with...
  16. gphuber

    Fixed Length to CSV Using COBOL LE

    Hello Claude, in Europe you often use instead of coma a semikolon to separate the fields. The reason that in Germany and other European countrys decimal point is a coma and not a point like in the USA. So you doesn't need the quotation mark at all, so done in the Grman "Datanorm&quot...
  17. gphuber

    Fixed Length to CSV Using COBOL LE

    I describe the fixed lenght file, and an second line sequential file with one Element. The length is depending on the delimiter I use in the string command. I use Fujitsu Cobolon windows NT I doesn#t know if it works for you. Sorry for my English but i am from Germany and my English is not so good.

Part and Inventory Search

Back
Top