Operating System - OpenVMS
1748204 Members
4166 Online
108759 Solutions
New Discussion юеВ

Need a DCL Script to Automate Compile and linking process

 
jjpatnaik
New Member

Need a DCL Script to Automate Compile and linking process

Need a DCL Script to Automate Compile and linking process.

3 REPLIES 3
abrsvc
Respected Contributor

Re: Need a DCL Script to Automate Compile and linking process

You haven't really provided much information for anyone to create a reasonable reply.  What language for example?

A command procedure can essentially a copy of the commands used intereactively that are placed into a file for use later.  If you are trying to create a procedure that will take inputs (like file names for example), then the procedure will get a little more complicated.  This is not the place for this.  Take a "Utilities and Commands" class.  There are options available for this from VSI, HP and others.

Hiring someone to create the procedure or to teach you the process is also a possibility.

Dan

For full disclosure, I can provide the services described above.

H.Becker
Honored Contributor

Re: Need a DCL Script to Automate Compile and linking process

Use MMS, MMK or Gnu Make.

Steven Schweda
Honored Contributor

Re: Need a DCL Script to Automate Compile and linking process

> Need a DCL Script to Automate Compile and linking process.

   I have some of those.