First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
debugging
Could some people help me debugging the DATA DIVISION of that script that compute a Gaz Bill ? IDENTIFICATION DIVISION. PROGRAM-ID. FACTURE GAZ. ENVIRONMENT DIVISION. CONFIGURATION SECTION. SOURCE-COMPUTER. CPU1. OBJECT-COMPUTER. CPU1. DATA DIVISION. ... 28 Feb 2006 17:08
Disassembler
Reading in comp.lang.asm370 I came across the following item which may be of some interest: <QUOTE> On Fri, 10 Feb 2006 13:54:57 -0500, Gilbert Saint-Flour wrote: <usenet5...(a)yahoo.com> wrote: I found this page by accident a moment ago: http://patents.nimblewisdom.com/patent/5946484-Method-of-recovering-s... 7 Mar 2006 20:16
Maintenance Cobol programs from home
Hello everyone: I would like to know if someone is looking for help in maintaining legacy systems written in Cobol from home. I have a strong experience in that language in an IBM environment with OS/390. With the increasing use of Internet, I believe that someone is doing business in this way. You can contact... 23 Feb 2006 09:05
Program works fine in JCL but not when imbedded in a PROC
I am having a problem where my COBOL programs do not work when located inside a PROC but execute fine when submitted as normal JCL. I looks like the problem is with overlaid storage because I get errors like USER-ABEND CODE 4083 and SEGMENT TRANSLATION EXCEPTION depending on which program I run. I even commented ... 21 Feb 2006 16:20
Cobol syntax highlighting
Hello All, Does anyone have or know where to get a cobol.xml file that will work with KDE's Kate editor. ... 20 Feb 2006 17:49
COBOL II to Enterprise COBOL
Hi, I need to change the some 1000 Program from COBOL II to Enterprise COBOL. What are the essential difference between COBOL II to Enterprise COBOL. How much can it affect my code ? (There are not much DB2,CICS in my code) Thanks, Dib ... 13 Feb 2006 18:05
OldBOL to NewBOL
Carl Gehr wrote: I would be happy to get into war stories about migrating from old to > new COBOL compilers. [My first reference would be Bill Klein's book: "OldBOL to NewBOL".] Migrating OldBOL to NewBOL is the vast majority of our business, but it should probably be in another thread as we have go... 13 Feb 2006 05:24
acucobol
Good morning, Is available one tutor (on line, book, faq, ecc..) for one (me) who want move the very first step with this compiler ? Thank's Daniele ... 18 Feb 2006 21:33
Search for a string using SORT
To Search for a particular string within a file when the exact position of that string within a record is not known and to write that record in the Output file the following SORT card can be used. Example 1: SORT FIELDS=COPY INCLUDE COND= (1, 80, SS, EQ, C'FIND STRING') Here, SS - Sub string, 1 - Starting... 7 Feb 2006 21:56
Search for a string using SORT
To Search for a particular string within a file when the exact position of that string within a record is not known and to write that record in the Output file the following SORT card can be used. Example 1: SORT FIELDS=COPY INCLUDE COND= (1, 80, SS, EQ, C'FIND STRING') Here, SS - Sub string, 1 - Starting... 11 Feb 2006 06:11
First  |  Prev |  Next  |  Last
Pages: 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102