Search the web
Sign In
New User? Sign Up
cobolgoldmine · COBOL Gold Mine®
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 235 - 264 of 1193   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
235
I am attempting to execute the following query, but it doesn't seem to work correctly, any suggestions: SELECT DISTINCT REBT.I_USER_GRP ,REBT.INSTR_ID ...
Glenn I. Johnson
glennijohnson@...
Send Email
Nov 1, 2000
3:47 pm
236
Bear in mind that PC files and Mainframe files are different configuration concepts. You may or may not have fixed position fields with fixed field sizes....
Karalee_Krueger@...
Send Email
Nov 1, 2000
5:13 pm
237
Okay, I think i have the input section correct. the name of my file is telephone.txt and i'm reading it from the "a" drive, so i've got SELECT INPUT-FILE...
Lekisha Middleton
LMiddleton@...
Send Email
Nov 1, 2000
7:26 pm
238
Same. Use SELECT MY-OUTPUT-FILE ASSIGN TO "A:/WHATEVER.TXT". in the PROCEDURE DIVISION use OPEN OUTPUT MY-OUTPUT-FILE. We again strongly recommend that you use...
COBOL Gold Mine at IL...
cgm@...
Send Email
Nov 1, 2000
8:11 pm
239
What are you trying to do with your output file?? Are you sending it do a disk file?? A printer?? Frank Kingery Management Analyst/Programmer II Information...
Frank Kingery
csfjk@...
Send Email
Nov 1, 2000
8:16 pm
240
By using system variables, do i SET the file before I select it as defined below. Is that also in the procedure division?...
Lekisha Middleton
LMiddleton@...
Send Email
Nov 1, 2000
8:34 pm
241
I'll be sending it from a printer. What I'm doing is trying to read the data from the floppy and print it to the local printer....
Lekisha Middleton
LMiddleton@...
Send Email
Nov 1, 2000
8:35 pm
242
I meant sending it to a printer....
Lekisha Middleton
LMiddleton@...
Send Email
Nov 1, 2000
9:54 pm
243
If you are sending the data to a printer and you are on a PC environment you should be able to use this: Select OUT-FILE assign to PRINTER. hope this helps. ...
Frank Kingery
csfjk@...
Send Email
Nov 1, 2000
9:54 pm
244
The SET command is an Operating System Command used in DOS, Windows 3.x, OS/2, and UNIX is called EXPORT. You can either type is at the command prompt or use a...
COBOL Gold Mine at IL...
cgm@...
Send Email
Nov 2, 2000
7:36 pm
245
Hi, I am working with AS400 Cobol and am developing hash totals for financial records. If say the record has 5 fields, 2 numeric and 3 text, i want to be able...
Eamonn McLarnon
Eamon@...
Send Email
Nov 14, 2000
7:52 pm
246
Hi, I was wondering, is there a way to display a graphical image (format really doesn't matter) in CA-Realia Cobol? Thanks in advance for any answers I might...
Maarten Van Horenbeeck
sentinel@...
Send Email
Nov 14, 2000
10:39 pm
247
You might be able to use the text fields (pic x) if you copy them into a new field definition for those positions in the record, where those fields are defined...
Bart Gajderowicz
bgajdero@...
Send Email
Nov 14, 2000
10:40 pm
248
Hi, Please endulge my overenthousiastic last posting, it seemed a bit unclear so I decided to rephrase my question :-) The problem is, that I would like to...
Maarten Van Horenbeeck
sentinel@...
Send Email
Nov 14, 2000
10:41 pm
249
My shop is still using COBOL '68 and we have variable files so there should be no problem in later versions....
Passaros5@...
Send Email
Nov 15, 2000
1:07 pm
250
You can set up an internal table with index using 88 levels to define the values 'ROLF', 'WERTYOOO' and deriving the numeric values you desire from the index....
Passaros5@...
Send Email
Nov 15, 2000
1:08 pm
251
Hi Maarten There is a possibility to convert a graphic to an executable file (.exe for instance); then, perhaps, you can launch (call) the executable from...
Pascal.Couchement@...
Send Email
Nov 15, 2000
1:08 pm
252
... From: tsavery To: cobol gold mine Sent: Wednesday, November 15, 2000 6:10 AM Subject: wondering how to make screens on PC. I would like to keep using...
tsavery
tom@...
Send Email
Nov 15, 2000
1:08 pm
253
INSPECT/TALLYING is the exact code that I was considering. It should work just fine. ... http://click.egroups.com/1/9183/2/_/12813/_/974231577/ ... ===== Make...
Glenn I. Johnson
glennijohnson@...
Send Email
Nov 20, 2000
12:27 pm
254
... FIELD3B REDEFINES FIELD3 PIC 9(4). ... FIELD4B REDEFINES FIELD4 PIC 9(8). ... FIELD5B REDEFINES FIELD5 PIC 9(3). In the procedure division: IF FIELD4 IS...
Grillo Giuliano
grillo@...
Send Email
Nov 20, 2000
12:28 pm
255
The only thing I can think of in COBOL, is to assign your character fields as single digit signed numerics which can then be moved to unsigned numerics and...
Karalee_Krueger@...
Send Email
Nov 20, 2000
12:28 pm
256
Ok, thanks for all the help last time, I was hoping to throw another question into the boiling pot. I have a program which is a basic answer and question...
Sean Pinches
Wiltiid@...
Send Email
Nov 20, 2000
12:28 pm
257
Tom - I have a fairly simple if rather inelegant solution write a paragraph for each screen and use display variable/literal at line ## column ## the first...
Dan Pressler
dpressler@...
Send Email
Nov 20, 2000
12:28 pm
258
I need help..please. Coming to the end of a COBOL training program, I have been set an assessment....a multiple-file processing, menu- driven system for a car...
bapcanning@...
Send Email
Nov 20, 2000
12:29 pm
259
I'm am currently coming towards the end of an intensive 16 week training program in COBOL 85.... I have been set an assignment...multi-file processing(menu...
bapcanning@...
Send Email
Nov 20, 2000
12:29 pm
260
Assignments are usually given for the student to use as a learning tool. By working through the assignmentyou learn where your weaknesses are and where more...
Norman Downes
brutussedc@...
Send Email
Nov 22, 2000
3:43 pm
261
Hi, I am taking a intro to Cobol programming class. I was wondering if any of you guys out there can help me out with the following lab I have to do. I am...
Craig S. Goldberg
Goldberg1976@...
Send Email
Nov 22, 2000
3:44 pm
262
IF YOU HAVE A SPECIFIC QUESTION, YOU CAN EMAIL ME....
Yossi Rosenbaum
yrosenbaum@...
Send Email
Nov 25, 2000
10:52 pm
263
DITTO!!...
Mike
mbingle@...
Send Email
Nov 25, 2000
10:53 pm
264
hello Has anyone been involved in Migration from VS Cobol II to os/390 cobol? If so can you share the issues involved in it? I guess there may not be many...
Paul_Chandran@...
Send Email
Nov 27, 2000
1:25 pm
Messages 235 - 264 of 1193   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help