Here is a programming challenge for anyone looking for a little bit of fun.. umm if anyone has any suggestions on going about solving it you can e-mail me at...
Tyler Searle
tsearle@...
Mar 19, 2000 3:00 am
98
dear tyler, that is a very simple match merge with three legs.. the driver transaction key, when compared with the "master" key will only be processed when it...
John Leskanic
j_leskanic@...
Mar 20, 2000 9:08 pm
99
Greetings all! I just joined the group. I've had pretty poor luck locating any sites on the Web that have decent info. on COBOL. I'm looking forward to...
Jason
jason_garcia@...
Mar 21, 2000 5:11 pm
100
tyler, i have added a bit to my previous e-mail concerning this "problem". basically, this is a match-merge with a many-to-one relationship. processing...
John Leskanic
j_leskanic@...
Mar 21, 2000 6:36 pm
101
This is not an interesting challenge at all, but a very simple basic homework task. If you can't do this on your own, you shouldn't even be considering a...
Fred Middleton
fmsolutn@...
Mar 24, 2000 12:21 am
102
Dear fellows, I am interested to meet Fujitsu Cobol programmers. When I try to call a DLL program from Visual Basic I get this message" entry point not...
Ramon Granados
ramongranados@...
Mar 24, 2000 1:46 pm
103
Hi Fred, calm friend. you seem a little not well educated. regards Gilberto Junior ... From: Fred Middleton <fmsolutn@...> To:...
Projetos Especiais - ...
projrev2@...
Mar 25, 2000 1:12 am
104
Ola Ramon, Aqui no Brasil estou usando o PowerCobol versao 4.2 desde Dezembro/1998. Estou a disposicao para troca de informacoes. Abracos Gilberto Junior ... ...
Projetos Especiais - ...
projrev2@...
Mar 25, 2000 1:12 am
105
Hi, Some time ago a co-worker had set up my system (through clists?) to allow me to use more then two screens. For the life of me I can not remember how it is...
Dmitry Nikelshpur
dnikelshpu@...
Mar 25, 2000 1:12 am
106
dear gilberto, i, too, received the same message you did.. and i was even working on a suitable reply to the gentleman. but, what you wrote was quite ...
John Leskanic
j_leskanic@...
Mar 26, 2000 10:06 pm
107
I was wondering if anyone can tell me about the updates from Microfocus Cobol v3.5.1 to Microfocus Cobol v4.0....
louis maldonado
lm5261@...
Mar 26, 2000 10:06 pm
108
use the upgrade fix-pac and apply as instructions dictate.. they work quite well............ regards, john ... ...
John Leskanic
j_leskanic@...
Mar 26, 2000 11:49 pm
109
I'm looking for some sample code that show how to sort all elements in a table. Thank you. Sergio...
Sergio Pace
space@...
Mar 26, 2000 11:49 pm
110
Ola Sergio, Voce esta no brasil ? Gilberto Junior ... From: Sergio Pace <space@...> To: <cobolgoldmine@egroups.com> Sent: domingo, 26 de março de...
Projetos Especiais - ...
projrev2@...
Mar 27, 2000 5:38 pm
111
... A help from Italy Bubble sort Heapsort Quicksort Combsort Comparisons Pseudo Sorting Sorting Algorithms Sorting is one of the fundamental devices in...
Grillo Giuliano
grillo@...
Mar 27, 2000 10:02 pm
112
Hello Gilberto, I am living in USA, but I have spent allot of time in that great country (Santos, Rio Grande). Sergio ... From: Projetos Especiais - Gilberto...
Sergio Pace
pacese@...
Mar 28, 2000 6:18 pm
113
... From: Sergio Pace <space@...> To: <cobolgoldmine@egroups.com> Sent: Sunday, March 26, 2000 7:17 PM Subject: [COBOLGoldMine] Sort...
Obasi Adande George
obasi@...
Apr 1, 2000 12:48 am
114
Hello all, I am a student in Advanced Cobol and am having a current problem with understanding how to create an array with one argument and two functions. My...
error
qerror27@...
Apr 1, 2000 12:48 am
115
... no problem... read the date placing it into ccyymmdd order.. then use this as a key to create an indexed record based on the increasing date.. write all...
John Leskanic
j_leskanic@...
Apr 9, 2000 3:15 pm
116
simple.. write each to an output file, turn around and sort it as input using the original and giving the sorted.. or you can be innovative and use the input...
John Leskanic
j_leskanic@...
Apr 9, 2000 3:17 pm
117
Hello Sergio, There are many ways to sort tables in a COBOL program, the most popular and straight way is to use the "bubble sort" method. Our friend from...
COBOL Gold Mine At IL...
cgm@...
Apr 9, 2000 3:53 pm
118
Hello Dmitry, To be able to produce up to four screens you must be using IBM 3290 Terminals, by combining the two types of "splits the Horizontal split with ...
COBOL Gold Mine At IL...
cgm@...
Apr 9, 2000 5:26 pm
119
hello group i seek help from cobol experts. when using indexed files how to get the last record of the file. supposing if there are 1 million records in a file...
meenal joshi
meenal22@...
Apr 13, 2000 6:11 pm
120
Using Cobol on an AS/400 you can use a Read Last command such as Read CAR00-file Last. if successful etc else etc. 'last' can be replaced by 'first', 'prior'...
Colson, Michael
michael.colson2@...
Apr 13, 2000 7:06 pm
121
This is ANSI-85 COBOL and not Compiler or platform specific. It will therefore work on any compiler that is good enough to support Standard COBOL-85. It is...
COBOL Gold Mine At IL...
cgm@...
Apr 13, 2000 7:08 pm
122
move high-value to record-key. start record key is less than record-key invalid set sw-error to true. if sw-error-false read record previous....
Grillo Giuliano
grillo@...
Apr 13, 2000 9:07 pm
123
Hello all Cobol experts, I originally sent this email a little over a week ago in hopes of getting some insight on how to create, load, and scan an array. I'd...
mac
qerror27@...
Apr 14, 2000 1:27 pm
124
it can be read several ways.. first, read sequentially, saving the record just read.. -- a hint ---- read next record, if read is ok, then move it to a save...
John Leskanic
j_leskanic@...
Apr 14, 2000 4:31 pm
125
Dear Group Moderator: I am returning to the fold after a life long absence from cobol programming. In one source (dream on, baby), I would like to get a not...
borealservices@...
May 30, 2000 4:36 pm
126
We are looking for a product that can scan through our DOS JCL and COBOL source code and document the inputs/outputs, possibly draw a data flow type diagram of...