Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DcAlgol controlcard function

93 views
Skip to first unread message

Pieter Weerstand

unread,
Jan 31, 2013, 11:00:18 AM1/31/13
to
Hello,

Does someone has an axample of the Dcalgol controlcard function?

David

unread,
Jan 31, 2013, 4:24:53 PM1/31/13
to
On 31/01/2013 16:00, Pieter Weerstand wrote:
> Hello,
>
> Does someone has an axample of the Dcalgol controlcard function?
>
There are a few examples listed in the manual. What are you trying to
do? The ALGOL ZIP statement can do much the same thing.

frank...@gmail.com

unread,
Jan 31, 2013, 6:28:57 PM1/31/13
to
Here's a pretty simple program

BEGIN

ARRAY ra [0:500];

BOOLEAN result;

REPLACE ra BY "BEGIN JOB CONTROLCARD/SAMPLE;"

"DISPLAY ("""Control card sample job. OK to terminate""");"

"WAIT (OK);"

"END JOB;";

result := CONTROLCARD (ra, 4);

END PROGRAM.

There are lots of variations to CONTROLCARD, see the DCALGOL manual for more information:
http://public.support.unisys.com/aseries/docs/clearpath-mcp-14.0/pdf/86000841-205.pdf
0 new messages