? Runform v3 from VMS comfile

From: Jennifer R. Amon <bamon_at_ocvaxc.cc.oberlin.edu>
Date: Tue, 11 Jan 1994 11:39:03 -0500
Message-ID: <bamon-110194113903_at_amon.cc.oberlin.edu>


I'm going to try to test the load of 40 users running a complex form on my VAX/VMS machine.

I have the following comfile: (actually, I'll have about 40 of them)

$ counter = 1
$LOOP:
$ write sys$output "Running AmonFoos - Iteration: ''counter'"
$ runform -r fa_temp:AmonFoos.keys fa_form:fasf9999 /
$ counter = counter+1
$ if counter .lt. 6 then goto LOOP

When I run it, I get the following:

$ _at_fa_temp:amonfoos

    Running AmonFoos - Iteration: 1
    Error initializing device vt220.

I don't have any problem, when I just use the runform command from my interactive session.

Any ideas?


Jennifer R. Amon            PHONE: (216) 775-6987
Houck Computing Center        FAX: (216) 775-8573
Oberlin College
Oberlin, OH 44074        INTERNET: bamon_at_ocvaxc.cc.oberlin.edu
_____________________________________________________________________
Received on Tue Jan 11 1994 - 17:39:03 CET

Original text of this message