Support COBUG |
|
 |
|
 |
|
|
| |
|
COBOL Language [
return
] |
|
From |
Message |
Simon
1/29/2006 18:15:11
|
Subject: need help - urgent ;-)
Message: Hi folks:
I need some help. I have to solve the following problems:
1) Read a record by the Key (Client Number) and update the Address field to "Cologne".
2) A small program to read the dataset serially, and delete all the records. The dataset is called "Kunden" and contains these fields:
- Client-Number : Numeric 6 (Key)
- Name X30
- Address X30
- Tel: Numeric 10.
The file belongs to an Image database on the hp3000 called "Bestellungen".
Any help will be very much appreciated. Thanks a lot in advance!!!
Thanks,
Simon
|
abu_zaffar
5/04/2006 23:16:14
| RE: need help - urgent ;-)
Message: pls. find the reply of Query 1
move the value(record which has to read on new client code) into key(in your case move into client code) and read the file. Then, move the 'Cologne' into address field. Rewrite the file.
|
|
|
|
|
|
|
|
|
|
|
[ Go to Top of Page ]
|
|
 |
|
COBOL Forums |
Do you need COBOL help?
Let the COBUG members help you.
Post your issues!
|
 |
|
COBOL Job Resources |
Here are references to a wealth of
COBOL job resources, including job listing sites, resume preparation, and interview questions.
|
 |
|
Job and Resume Matchmaker! |
Employers submit your COBOL job openings.
Job seekers submit your resumes.
|
 |
|