|
|
| Author |
Message |
harikrishnanrajeev
EXPERT
Joined: 28 Jan 2004 Posts: 40 Location: Trivandrum
|
|
|
|
Sir,
I am asking this question out of some urgency. I have Cobol 5.0 setup files with me. I have run the setup in my PC and could access the cobol editor in the c:\cobol\bin folder.
But i am not able to compile the programmes. Can u please tell me the method for compiling a cobol program in a pc. I tried cobol filename
command from the dosshell option of the editor but i am getting an error message that is cblwin.dll missing.
so pls help me out of this ..its bit urgent..
available : cobol 5.0
requirement : compile and run a cobol program.
regards
Hari. |
|
| Back to top |
|
 |
References
|
|
 |
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 932 Location: India
|
|
|
|
Dear,
Please provide some more information about your compiler! (Like Manufacturer name and compiler version |
|
| Back to top |
|
 |
B.V.Raman
New User
Joined: 06 Apr 2005 Posts: 1 Location: hyderabad
|
|
|
|
Hi Hari
1) 1st check for *.exe file name in cobol software. it my be runcob.exe or cob.exe. if runcob.exe, please type runcob<filename> in that path.
2) program-id and file name should mach
still you are facing problem please send some more details
with regards
B.V.Raman
| harikrishnanrajeev wrote: |
Sir,
I am asking this question out of some urgency. I have Cobol 5.0 setup files with me. I have run the setup in my PC and could access the cobol editor in the c:\cobol\bin folder.
But i am not able to compile the programmes. Can u please tell me the method for compiling a cobol program in a pc. I tried cobol filename
command from the dosshell option of the editor but i am getting an error message that is cblwin.dll missing.
so pls help me out of this ..its bit urgent..
available : cobol 5.0
requirement : compile and run a cobol program.
regards
Hari. |
|
|
| Back to top |
|
 |
dbelton
New User
Joined: 10 Jun 2005 Posts: 15
|
|
|
|
| harikrishnanrajeev wrote: |
Sir,
I am asking this question out of some urgency. I have Cobol 5.0 setup files with me. I have run the setup in my PC and could access the cobol editor in the c:\cobol\bin folder.
But i am not able to compile the programmes. Can u please tell me the method for compiling a cobol program in a pc. I tried cobol filename
command from the dosshell option of the editor but i am getting an error message that is cblwin.dll missing.
so pls help me out of this ..its bit urgent..
available : cobol 5.0
requirement : compile and run a cobol program.
regards
Hari. |
If it's giving you this error, then it's trying to find a dll file that is missing or just can't find. it will look for it in the c:\cobol\bin folder if that is your current folder, then look in the c:\windows\system32 folder. search your hard drive for cblwin.dll and copy it into the c:\cobol\bin folder and see if that works. |
|
| Back to top |
|
 |
pkmainframe
New User
Joined: 14 Jun 2005 Posts: 19 Location: India
|
|
|
|
Hi,
when you install cobol 5.0 on windows-NTt or xp you will face this problem with the cblwin.dll files, if you have windows 98, run the setup may works. |
|
| Back to top |
|
 |
|
|