Date: Wed, 14 Mar 2012 00:17:20 +0530
Reply-To: Vasanth S <vasanthz@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Vasanth S <vasanthz@GMAIL.COM>
Subject: Re: Device name for GMAPS in mainframe TN3270 emulator
In-Reply-To: <AC5F423B9AB19C43BE62C86BAF8113CC0E9465E1@WABOTH9MSGUSR8C.ITServices.sbc.com>
Content-Type: text/plain; charset=ISO-8859-1
Hi,
Thanks for your time in responding to the topic.
I think I will have to take the long way around of writing the PROC GMAP
output to a external file and transfer it across to PC.
Attachmate was installed on previous employer, but the current employer has
TN3270plus. So unable to use attachmate now.
Thanks,
Vasanth.S
On Tue, Mar 13, 2012 at 10:44 PM, DUELL, BOB <bd9439@att.com> wrote:
> I've never used that product but a quick read of their website is not
> encouraging. You need software that emulates a graphics terminal (like an
> IBM 3179G) in order to display interactive graphs from the mainframe. It
> does not look like this product supports graphics; it's only a character
> terminal.
>
> But if you have Attachmate and it works, why do you want to use a
> different tool?
>
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@listserv.uga.edu] On Behalf Of
> Vasanth S
> Sent: Tuesday, March 13, 2012 5:24 AM
> To: SAS-L@listserv.uga.edu
> Subject: Device name for GMAPS in mainframe TN3270 emulator
>
> Hi,
> I am using TN3270plus emulator by http://www.sdisw.com/ to access
> mainframe.
>
> When trying to run PROC GMAPS in SAS interactive mode
>
> data income2000;
> input statename $20. state income ;
> datalines;
> Maryland 24 51695
> ;
> run;
> proc gmap data = income2000 map=maps.us;
> id state;
> choro income;
> run;
> quit;
>
> the terminal asks for a device name like below:
>
> +DEVICE------------------------------------------------------------------+
> | |
> | No device name has been given--please enter device name: |
> | |
> | |
> | |
> | |
> | (OK) (Cancel) (Help) |
> | |
> +------------------------------------------------------------------------+
>
> I tried some of the options listed on the HELP tab, but unable to enter a
> correct device name in there.
> Could you please let me know the device name for TN3270PLUS emulator.
>
> I have displayed the maps without problems using ATTACHMATE extra emulator,
> but having trouble with TN3270PLUS.
> Any advice or pointers would be very helpful.
>
> Thanks in advance,
> Vasanth.S
> SAS Rookie.
>
|