First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
compile+link Fujitsu Linux
I am evaluating Fujitsu NetCOBOL for Linux. I am having problems getting CALL/CANCEL to work. Here are two simple programs, first the main program then the called program: IDENTIFICATION DIVISION. PROGRAM-ID. MYMAIN. DATA DIVISION. WORKING-STORAGE SECTION. 01 ACPT PIC X.... 1 Feb 2008 23:37
help with tables
Hello, I need some help with tables. I will use an example to help explain what I am trying to do. I have two tables: Table 1 and Table 2 Table 1 has a lot of rows returned from the database, let's say I have ws-results1-table1 ws-results1-name ws-results1-duty ws-results1-date-finished ... 2 Feb 2008 12:25
oracle10g SQLBEX giving 114 with Oracle Dynamic SQL Method 4(ora9 works well)
>>> On 1/24/2008 at 6:53 AM, in message <ou5hp3pv634r7l7ucevb7sllf76lr05391(a)4ax.com>, Robert<no(a)e.mail> wrote: SQLBEX means you are using Pro*Cobol, which is buggy and poorly supported by Oracle. Your best solution is to abandon Pro*Cobol , switch to OpenESQL. Is OpenESQL a Micro Focus product? Doe... 28 Jan 2008 18:48
The next step to take
I have as my task in the companie that I work to group informations about the tool we work today (POWER COBOL 5.0) and the possibles and safiest ways to go to next 5 years due to the companie to make safe investments... for a companie witch uses POWER COBOL 5.0 and COBOL 97 as the official language to their comerc... 24 Jan 2008 21:12
oracle10g SQLBEX giving 114 with Oracle Dynamic SQL Method 4 (ora9 works well)
On Thu, 24 Jan 2008 01:00:42 -0800 (PST), bine <sabine.hubrig-schaumburg(a)sungard.de> wrote: Our Application uses (in one context) Oracle Dynamic SQL Method 4 (plus 3 and 2 as well) and that fails on AIX5.3-64bit with oracle 10.2.0.1 or 10.2.0.3 (and MF-ServerExpress 4) whereas 9.2.0.4 (with ServerExpress 2.2... 24 Jan 2008 08:53
oracle10g SQLBEX giving 114 with Oracle Dynamic SQL Method 4 (ora9 works well)
Our Application uses (in one context) Oracle Dynamic SQL Method 4 (plus 3 and 2 as well) and that fails on AIX5.3-64bit with oracle 10.2.0.1 or 10.2.0.3 (and MF-ServerExpress 4) whereas 9.2.0.4 (with ServerExpress 2.2) worked well. The same goes for 10.2.0.3.0 on Linux SLES9 and ServerExpress 5, whereas the older ... 28 Jan 2008 21:03
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
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
Generate XML with attributes from a cobol copybook
I need to generate a XML using the cobol XML GENERATE having lines like <Trans tc="8">Original request</Trans> How do I declare the variable so that the attribute part (tc ="8") is also generated? Thanks in advance! ... 17 Nov 2007 13:15
occurs
I've wondered this for a long time... Why is there a restriction that an OCCURS clause cannot occur at level 01 or 77? For instance, why not 01 TRANS-MORE-CNT OCCURS 4 PIC S9(7) COMP-3 VALUE ZERO. Or even 77 TRANS-MORE-CNT ... 10 Dec 2007 00:01
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22