Support COBUG |
|
 |
|
 |
|
|
| |
|
COBOL Language [
return
] |
|
From |
Message |
jhade
3/05/2006 06:26:19
|
Subject: Rewrite Subfile
Message: I have two subfiles in my program. The first screen is input, query the file, display the next screen for selection, read the file, display a confirmation screen, write the record after user hits enter, how do I re-display the first screen with nothing on it. Clearing subfiles or display records does not seem to work.
|
nathviswa
3/05/2006 20:20:06
| RE: Rewrite Subfile
Message: after WRITE, You should MOVE SPACES TO the input variable names and display the first screen.
Then it should be ok, otherwise pl paste the code here so that we can have a look;
All the best !!!
|
JWL
3/06/2006 00:26:02
| RE: Rewrite Subfile
Message: If all your variables are grouped together for the screen, you can use INITIALIZE to clear them.
It would actually be better if you could post the code as that would make it easier to give you the correct solution.
Regards
James Lemmon
|
|
|
|
|
|
|
|
|
|
|
[ Go to Top of Page ]
|
|
 |
|
Local COBOL User Groups |
Check out the list of local COBOL user groups from around the world and join a user group near you.
|
 |
|
Call for User Group Leaders! |
Get Involved! We are looking for user group
leaders to help organize and coordinate a local COBOL user group.
|
 |
|
Join COBUG! |
Become a part of the COBUG community today.
Join Now ...
|
 |
|
COBOL Forums |
Try our forums for help!
Let the COBUG members help you.
Post your issues!
|
 |
|
COBOL Job Resources |
Here are references to a wealth of
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.
|
 |
|