First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
COBOL and DB2 vs. Java and DB2
On Tue, 18 Sep 2007 19:09:19 -0500, Robert <no(a)e.mail> wrote: On Tue, 18 Sep 2007 14:05:55 +1200, "Pete Dashwood" <dashwood(a)removethis.enternet.co.nz> wrote: These decisions are taken at a level that couldn't care less about performance, they care about having to spend a fortune developing and maint... 19 Jan 2008 07:22
TRUNC(OPT) vs TRUNC(BIN) on IBM z series was Re: Quicksort recursiv
On Tue, 15 Jan 2008 08:39:12 GMT, Arnold Trembley <arnold.trembley(a)worldnet.att.net> wrote: snip I believe this is configurable with Endevor. My shop uses Endevor, and I have no problems embedding PROCESS or CBL compile directives in my COBOL source code, and they work as expected. We recently had a... 17 Jan 2008 02:58
Quick responses to Judson
"Judson McClendon" <judmc(a)sunvaley0.com> wrote in message news:K6rij.51740$_m.47755(a)bignews4.bellsouth.net... "Pete Dashwood" <dashwood(a)removethis.enternet.co.nz> wrote: "Judson McClendon" <judmc(a)sunvaley0.com> wrote: "Pete Dashwood" <dashwood(a)removethis.enternet.co.nz> wrote: As this post ... 14 Jan 2008 17:22
How to get the return code from a Unix command in Cobol
The problem: I want to run a Unix command, program or script from Cobol and get its return code. For example, I want to test whether /usr/tmp is a valid directory. On a shell command line, I can say 'test -d /usr/tmp' (or ksh shortcut [ -d /usr/tmp ]) followed by 'echo $?'. The result will be 0 if valid, 1 if invali... 16 Jan 2008 17:34
mainframe material
On Jan 10, 1:48 am, VENU <venusee...(a)gmail.com> wrote: site  useful for Mainframe Materials & Mainframe Jobs. http://www.geocities.com/venu_gopal_eee/ This site  is Useful for people who are attending Mainframe interviews and Professionals working in Mainframe Skills specifically working on the fol... 14 Jan 2008 04:59
Computer Science Education: Where Are the Software Engineers ofTomorrow?
On Fri, 11 Jan 2008 10:04:27 +0100, Sebastian Hanigk wrote: "Charles Hottel" <chottel(a)earthlink.net> writes: When computers and software can simulate a human brain at speeds faster than a human there will be little need for human programmers. A few problems: we still do not understand the human ... 12 Jan 2008 14:47
need help
Were i can get manual book? ... 11 Jan 2008 14:49
Copy and continued words question
I am trying to get my head around COBOL 85 and the interaction of the copy and replace verbs with line continuations. Can anyone (hi Bill!) clarify this situation: Easy one -------- 01 aaa pic x(20) value "aaa". 01 bbb pic x(20) value "bbb". COPY file1 replacing aaa by bbb. [File1] Display aaa. ... 11 Jan 2008 13:40
Cobol file conversion
One of the questions most frequently asked by non-regulars is how to convert a Cobol file, usually Micro Focus indexed, to something usable. This page lists COMMERCIAL file converters. The ones that appear most useful are Ciber, about $2K, and Fujitsu. http://www.cobug.com/cobug/docs/fileconver0038.html ... 10 Jan 2008 23:40
Quicksort recursiv
Hi, Is it possible to program the Quicksort Algorithm recursive in Cobol? I know that it is possible to call SubPrograms with CALL "name" an give the SubProgram some Data. What would happen if the SupProgram calls itself? Will that be real recursive or doesn't that work? Does somebody already have a concl... 15 Jan 2008 15:08
First  |  Prev |  Next  |  Last
Pages: 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33