IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Cobol Compilation


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
harikrishnanrajeev

EXPERT


Joined: 28 Jan 2004
Posts: 37
Location: Trivandrum

PostPosted: Sat Feb 07, 2004 10:39 pm
Reply with quote

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
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Fri Feb 13, 2004 10:09 pm
Reply with quote

Dear,

Please provide some more information about your compiler! (Like Manufacturer name and compiler version
Back to top
View user's profile Send private message
B.V.Raman

New User


Joined: 06 Apr 2005
Posts: 1
Location: hyderabad

PostPosted: Wed Apr 06, 2005 12:03 pm
Reply with quote

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.
Quote:
Back to top
View user's profile Send private message
dbelton

New User


Joined: 10 Jun 2005
Posts: 15

PostPosted: Tue Jun 14, 2005 4:41 pm
Reply with quote

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
View user's profile Send private message
pkmainframe

New User


Joined: 14 Jun 2005
Posts: 16
Location: India

PostPosted: Tue Jun 14, 2005 5:01 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top