... 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...
Laird, Janet S.
jlaird@...
May 30, 2000 4:36 pm
127
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...
JANET LAIRD
jlaird@...
May 30, 2000 4:42 pm
128
Barbara: I suggest that you also consider buying Thane Hubbell's Teach Yourself COBOL in 24 hours book. It is a great book and even includes a free copy of the...
Bob Wolfe
rtwolfe@...
May 30, 2000 6:24 pm
129
... Janet: Try http://usflowchart.com/ I'm not sure if it is exactly what you are seeking, but I thought it might help. By the way, are you with the Glatfelter...
Bob Wolfe
rtwolfe@...
May 30, 2000 6:26 pm
130
Dear Janet, While our software does not specifically scan through DOS JCL and COBOL source code, it does perform a range of COBOL related tasks involving ...
Steve Bagish - Techni...
sbagish@...
May 30, 2000 6:28 pm
131
Barbara I suggest that you also consider buying Stern & Stern's book for structured programming in COBOL. I don't remember the exact title. But the authors are...
shree j.
jshreekant@...
May 31, 2000 1:41 pm
132
... I highly recommend "MVS COBOLII Power Programmer's Desk Reference" by David Shelby Kirk (a familiar name in the world of reference manuals). This book was...
Karalee_Krueger@...
May 31, 2000 7:21 pm
133
... REVOLVE might solve your problem. Try for more information at http://www.merant.com/ads/dc/products/revolve.asp ...
kostas pantelias
pa9506@...
Jun 2, 2000 7:16 pm
134
You are receiving this email because you have subscribed to COBOL Gold Mine International eGroup. The following 2 articles can be found under News & Events ...
COBOL Gold Mine At IL...
cgm@...
Jul 12, 2000 5:35 pm
135
test...
Slawomir Pach
sq9apr@...
Jul 21, 2000 2:56 pm
136
Got it. Tony Bertero ... From: Slawomir Pach [mailto:sq9apr@...] Sent: Friday, July 21, 2000 05:55 To: cobolgoldmine@egroups.com Subject:...
Tony
tony@...
Jul 21, 2000 3:57 pm
137
test ... <http://click.egroups.com/1/7147/7/_/12813/_/964191373/> ... <http://adimg.egroups.com/img/7147/7/_/12813/_/964191373/468x60new10.gif> ... ===== "I am...
Glenn I. Johnson
glennijohnson@...
Jul 21, 2000 7:31 pm
138
You are receiving this email because you have subscribed to COBOL Gold Mine International eGroup. The following 3 articles can be found under News & Events ...
COBOL Gold Mine at IL...
cgm@...
Jul 30, 2000 9:20 pm
139
Does anybody out there know how to send a UDP message from within a cobol, cics program or via jcl?...
yoseph rosenbaum
yrosenbaum@...
Aug 1, 2000 11:13 pm
140
What is UDP? Universal Data Port???? __________________________________________ C OBOL is dead , Long Live COBOL!!! COBOL Gold Mine staff At your service 24...
COBOL Gold Mine at IL...
cgm@...
Aug 1, 2000 11:45 pm
141
Do you have a CICS Transaction linked to a System Card Reader? If so, I may have an example where JCL is created in a CICS program, along with other data and...
scfreeman
scfreeman@...
Aug 2, 2000 1:17 am
142
Would anyone know where I could get a CSF for OS/390 (Custom Statement Formatter) tutorial on-line? Thakns, Bart ...
Bart Gajderowicz
bgajdero@...
Aug 2, 2000 4:21 pm
143
It is a type of message and part of the tcp/ip protocol. I think it might be 'universal datagram protocol'. If you would know how to send a TCP socket that...
Yossi Rosenbaum
yrosenbaum@...
Aug 2, 2000 4:22 pm
144
It's "User Dadagram Protocol". ... From: Yossi Rosenbaum [mailto:yrosenbaum@...] Sent: Wednesday, August 02, 2000 8:57 AM To: cobolgoldmine@egroups.com ...