Groups
Groups
Sign in
Groups
Groups
comp.sys.unisys
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
DcAlgol controlcard function
93 views
Skip to first unread message
Pieter Weerstand
unread,
Jan 31, 2013, 11:00:18 AM
1/31/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
Does someone has an axample of the Dcalgol controlcard function?
David
unread,
Jan 31, 2013, 4:24:53 PM
1/31/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
1/31/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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