Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am new to Microfocus Cobol, am us 1

Status
Not open for further replies.

unisysguru

Programmer
May 16, 2001
10
0
0
US
I am new to Microfocus Cobol, am used to mainframe cobol. Is it possible to run a Unix Script? I know "C" can execute scripts, but can Cobol?

Thank for any help!

Bill
 
Hi Bill,

with Microfocus try this: call "SYSTEM" using your-script. The string "your-script" should be terminated with low-value.
Tip: have a look at the library routines - there are a lot of useful things. Perhaps there's something which you can do directly with these routines instead of calling a script.

Regards, Torsten
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top