hi Dimandja,
its ok that i can share my complier version with u guys.
but the only info i can provide is:
Micro Focus NetExpress UE V3.0 revision 255 Compiler
Copyright (C) 1984-1999 Micro Focus Ltd. URN AXCGG/AA0/00000
if u need more detail u got to tell me the steps to retrieve them...
Hi Dimandja,
i have tried the codes that u gave me. Your concept works but the only error is to change
MOVE SPACE TO CUSTOMER-NAME
instead of:
MOVE SPACES TO CUSTOMER-NAME
for a single alphabet 'S' it traped me for a long time. *sigh*
thanks by the way!
Another...
Thanks once again Dimandja,
but i don think i phrase my question properly so that why the problem still lies there. i try to rephrase it in this way:
FILE SECTION.
FD CUSTOMER-FILE
LABEL RECORDS ARE STANDARD
VALUE OF FILE-ID IS "CUSTOMER.DAT"...
Pardon me if this question seems basic but i still cant solve it. How do you get to clear screen in the application window of cobol during runtime? i have tried using:
DISPLAY ERASE AT 0101.
Although it clear the screen but it does not clear the contents in the ACCEPT statement. Any other...
Pardon me if this question seems basic but i still cant solve it. How do you get to clear screen in the application window of cobol during runtime? i have tried using:
DISPLAY ERASE AT 0101.
Although it clear the screen but it does not clear the contents in the ACCEPT statement. Any other...
i m a beginner who had wrote codes to write records into a *.dat file and can also read from a file.
So in my menu i wish to create extra options to delete and edit records. Can anyone help me by providing my some sample codes or the logic behind it.
The file record in the file section is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.