Home > Archive > Cobol > April 2007 > Procedure
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]
|
|
| krajiusa@gmail.com 2007-04-17, 9:55 pm |
| I need help with procedure. I appreciate the help.
The table has two columns with the data is like this.
Table Name : Temp
Event_F Event_B
abc01 bvc32 nbv43 mnb54
dsf32 iou09 nmj87 lkh87 mny67
There is no , in the data of Event_B.
I need the output like this:
Event_F Event_B
abc01 bvc32
abc01 nbv32
abc01 mnb54
dsf32 iou09
dsf32 nmj87
The records are in thousands.
| |
| James J. Gavan 2007-04-17, 9:55 pm |
| krajiusa@gmail.com wrote:
> I need help with procedure. I appreciate the help.
>
> The table has two columns with the data is like this.
>
> Table Name : Temp
>
> Event_F Event_B
>
> abc01 bvc32 nbv43 mnb54
> dsf32 iou09 nmj87 lkh87 mny67
>
> There is no , in the data of Event_B.
>
> I need the output like this:
>
> Event_F Event_B
> abc01 bvc32
> abc01 nbv32
> abc01 mnb54
> dsf32 iou09
> dsf32 nmj87
>
> The records are in thousands.
>
You will be told this smells like homework. God help us, looking at the
above, if you claim to be an already trained programmer trying to solve
a real-world problem !
If you want help, try the following :-
1) Which compiler, Version # and Operating System
2) Post the text (IN FULL - not paraphrased), of the problem, given to
you by your instructor, and
3) Show us the COBOL code you have produced so far.
Jimmy
| |
|
| In article <1176843279.196031.217640@o5g2000hsb.googlegroups.com>,
<krajiusa@gmail.com> wrote:
>I need help with procedure. I appreciate the help.
Please do your own homework.
DD
| |
| Howard Brazee 2007-04-18, 6:55 pm |
| On 17 Apr 2007 13:54:39 -0700, krajiusa@gmail.com wrote:
We can help you through problems as you work on this obvious homework
assignment. But if your problem is getting started (which is what
it appears to be), you need to work with your teacher.
If you have implementation problems, be sure to show your work, let us
know what environment and compiler you're using, and tell us what you
have attempted to do to solve your problem. We can give you clues
which will enable you to figure out your solution.
| |
| Michael Russell 2007-04-23, 3:55 am |
| krajiusa@gmail.com wrote:
Who cares what he wrote, he's another disappearing poster ....
| |
|
|
|
|
|