Home > Archive > Cobol > May 2007 > COBOL info..
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| jogtushar@gmail.com 2007-05-29, 3:55 am |
| Need information about COBOL.. thnx tushar
| |
| Pete Dashwood 2007-05-29, 3:55 am |
|
<jogtushar@gmail.com> wrote in message
news:1180411562.267401.35510@p77g2000hsh.googlegroups.com...
> Need information about COBOL.. thnx tushar
>
It is a COmmon Business Oriented programming Language.
Pete.
| |
|
| In article <1180411562.267401.35510@p77g2000hsh.googlegroups.com>,
<jogtushar@gmail.com> wrote:
>Need information about COBOL.. thnx tushar
Knowledge is power, information is money... same with COBOL as with
anything else.
DD
| |
| Howard Brazee 2007-05-29, 9:55 pm |
| On 28 May 2007 21:06:02 -0700, jogtushar@gmail.com wrote:
>Need information about COBOL.. thnx tushar
I could use some more information, yes. Are you offering some I
don't already have?
| |
| SkippyPB 2007-05-29, 9:55 pm |
| On 28 May 2007 21:06:02 -0700, jogtushar@gmail.com wrote:
>Need information about COBOL.. thnx tushar
I could use $100,000. I'll trade you.
Regards,
////
(o o)
-oOO--(_)--OOo-
"You can fool some of the people all the time,
and those are the ones you want to concentrate on."
-- George W. Bush (spoken at a Washington Dinner, March 2001)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
Remove nospam to email me.
Steve
| |
| Michael Schey 2007-05-29, 9:55 pm |
| On 28 May 2007 21:06:02 -0700, jogtushar@gmail.com wrote:
>Need information about COBOL.. thnx tushar
GOOGLE
Michael
(http://michaelschey.blogspot.com/)
| |
| Alistair 2007-05-29, 9:55 pm |
| On 29 May, 20:04, Michael Schey <mscheynjSPAMBL...@yahoo.com> wrote:
> On 28 May 2007 21:06:02 -0700, jogtus...@gmail.com wrote:
>
>
> GOOGLE
>
> Michael
> (http://michaelschey.blogspot.com/)
I feel, in the interests of being fair to the thread originator, that
he is best advised that GOOGLE is not a part of the current Cobol
standards although it may be added in the future. Bill?
| |
| SkippyPB 2007-05-30, 6:55 pm |
| On 29 May 2007 14:35:24 -0700, Alistair
<alistair@ld50macca.demon.co.uk> wrote:
>On 29 May, 20:04, Michael Schey <mscheynjSPAMBL...@yahoo.com> wrote:
>
>I feel, in the interests of being fair to the thread originator, that
>he is best advised that GOOGLE is not a part of the current Cobol
>standards although it may be added in the future. Bill?
What about :
01 SEARCH-STRING.
05 FILLER PIC X(05) VALUE 'COBOL'.
01 SEARCH-RESULTS.
05 SR-GROUP PIC X(100000).
05 SR-ITEM REDEFINES SR-GROUP
OCCURS 1000 TIMES
PIC X(100).
CALL "GOOGLE" USING SEARCH-STRING, SEARCH-RESULTS.
DISPLAY SEARCH-RESULTS.
Regards,
////
(o o)
-oOO--(_)--OOo-
"You can fool some of the people all the time,
and those are the ones you want to concentrate on."
-- George W. Bush (spoken at a Washington Dinner, March 2001)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Remove nospam to email me.
Steve
|
|
|
|
|