HP3000-L Archives

November 1996, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
[log in to unmask][log in to unmask], 20 Nov 1996 16:59:51 -0700527_ISO-8859-1 Wesson, Taylor, Wells & Associates, Inc. (WTW) has numerous opportunities
for experienced HP3000 and HP9000 professionals. The positions are long
term contract and contract-to-hire assignments, participating in systems
development and software support projects.

Locations in the Western US include:

Phoenix and Tucson, Arizona
Denver, Boulder and Colorado Springs, Colorado
Northern and Southern, California
Dallas and Houston, Texas.
Las Vegas, Nevada
Tulsa, Oklahoma [...]38_20Nov199616:59:[log in to unmask]
Reply To:
[log in to unmask][log in to unmask], 19 Nov 1996 13:34:00 -0500646_- I ran into this problem recently. The only way you can control
the print parameters is to send the escape sequences from the hp3000
to the printer, (this will work on laserjet 4 or 5's), the following
example show the exact syntax:

FILE LPCARL4;DEV=LPCARL04,10
ECHO %-12345X@PJL DEFAULT ORIENTATION=LANDSCAPE >*LPCARL4
ECHO %-12345X@PJL DEFAULT FORMLINES=66 >*LPCARL4
ECHO %-12345X@PJL DEFAULT LPARM:PCL SYMSET=ROMAN-8 >*LPCARL4
ECHO %-12345X@PJL DEFAULT LPARM:PCL FONTNUMBER=0 >*LPCARL4
ECHO %-12345X@PJL DEFAULT LPARM:PCL PITCH=16.67 >*LPCARL4
ECHO %-12345X >*LPCARL4
RESET LPCARL4 [...]39_19Nov199613:34:[log in to unmask]
Date:
Thu, 14 Nov 1996 13:40:07 +0100
Content-Type:
text/plain
Parts/Attachments:
How (27 lines)
> I used to debug a COBOL program with VPLUS screens with a dumb terminal.
> But these day there is no dumb terminal anymore. I asked many people abo
> ut it, and nobody was able to answer the question. Any guru on the net c
> an answer this question?
>
> Thanks a lot,
> Xudong
> [log in to unmask]

try following:

2 vt connections to th hp3000,

1. connection:
setjcw viewtrace 1
build vpltr;rec=-80,,f,ascii;disc=10000;msg
file vpltr,old;gmulti
run yourprog >*vpltr

2. connection:
file vpltr;gmulti
fcopy from=*vpltr;to

good luck.

wolfgang kinscher

ATOM RSS1 RSS2