Progress
Language Reference


CALL Statement

Interfaces
OS
SpeedScript
All
All
Yes

Transfers control to a dispatch routine (PRODSP) that then calls a C function. You write the C function using Progress Host Language Call (HLC) interface.

Progress HLC consists of a collection of C functions that:

Using HLC, you can extend Progress with your own C functions.

SYNTAX

CALL routine-identifier [ argument ] ... 

routine-identifier

The name the PRODSP dispatch routine used to identify the C function to call.

argument

One or more arguments that you want to pass to the C function.

SEE ALSO

RUN Statement


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095