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 Wanet Telecoms Ltd 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: *

  • Users: hero69
  • Content: Threads
  • Order by date
  1. hero69

    get compiler options from a modul

    Hallo @all I'm looking for a program that list the Cobol compiler options from a Modul (Load)! I work with Enterprise Cobol V3.3 on z/OS 1.4. Thanx
  2. hero69

    MVS Cobol Report Writer and currency sing

    Hi to all I had wrote a Cobol program with Cobol's report writer and I will change the currency sign $ to 'sFr' how can I do that? I use MVS Cobol 3.2 and Repoert Writer 1.4.11. I tried: IDENTIFICATION DIVISION. PROGRAM-ID. COB0119...
  3. hero69

    REWRITE ON A SEQUENTIAL FILE

    Hi at all I have a problem when I try to rewrtie to a sequential file. I get always this error message: IGYPS2074-S "OUTPUT-FILE" was defined as a type that was invalid in this context. Program-Code: CBL LIB,QUOTE,OPT...
  4. hero69

    a cobol program invoke a java class

    Hi I have a problem when I will invoke a java class from Enterprise Cobol 3.2 (IBM). I get a system code 0019 and user code 0000. cbl dll,thread Identification division. Program-id. "TSTHELLO" recursive...

Part and Inventory Search

Back
Top