How can i run Microsoft Cobol optimizing compiler 5.0 on win7 ??!
It compiles but the linker doesnt link files ?
Does anyone know how can that be done?
Thanks
Can anyone explaine PowerCobol's ListView function?
I really really dont understand it!
One more thing.
I need to ged data from index file ok i have done that
and now i need to make somekind of loop or what (In ListView) so i can list all of my data in ListView.
I hope that i was clear :D
here...
First you should compute what you need.
That gives you a result
then you move that result to PIC z that you made
so it looks like this:
WORKING-STORAGE SECTION.
01 first PIC 9(6).
01 second PIC 9(6).
01 result PIC 9(6).
01 displayResult PIC Z(6)...
Iam trying to make a menu in .NetCobol fujitsu that looks like this
On the menu made in CONSOL app i would like to go up and down with arrow keys.
But no luck...
Every body told me that i can make it with MF compiler using ADIS.
But i dont have MF and i dont want to buy them they are...
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.