LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 28 Jan 2003 16:45:00 +0100
Reply-To:     "GOMEZ TEJERINA, PEDRO ALBERTO" <PEDRO.GOMEZ@GRUPOBBVA.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "GOMEZ TEJERINA, PEDRO ALBERTO" <PEDRO.GOMEZ@GRUPOBBVA.COM>
Subject:      IML question
Content-Type: text/plain;charset=iso-8859-1

--- Recibido de BBVACENT.U094016 91-3743577 28-01-03 16.45

-> SAS-L@LISTSERV.UGA.EDU

Dear SAS users,

Maybe this is a too easy question, but I have recently begun to use IML.

How can I create a SAS data set from a vecdiag object.

I have tried the following code with this error:

U=(n/(n-1)**2) # (datos-shape(med,n,co)) * Sin * (datos-shape(med,n,co))`; print U; U=vecdiag(U); create Ui from U [colname='U' rowname=names2];

NOTE: Exiting IML. NOTE: The data set WORK.UI has 0 observations and 2 variables. NOTE: The PROCEDURE IML printed pages 64-67. NOTE: PROCEDURE IML used: real time 5:18.67 cpu time 0.03 seconds

Many thanks for your help.

Yours,

Pedro Alberto Gómez Departamento de Investigación Comercial BBVA Goya 14 28002 Madrid. 913743577 <mailto:PEDRO.GOMEZ@GRUPOBBVA.com> ************************************ DISCLAIMER ***************************************** This message is intended exclusively for the named person. It may contain confidential, propietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it an notify the sender. Your must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of GrupoBBVA. Please note that internet e-mail neither guarantees the confidentiality nor the proper receipt of the message sent. If the addressee of this message does not consent to the use of internet e-mail, please communicate it to us immediately.

****************************** AVISO LEGAL *********************************************** Este mensaje es solamente para la persona a la que va dirigido. Puede contener información confidencial o legalmente protegida. No hay renuncia a la confidencialidad o privilegio por cualquier transmisión mala/errónea. Si usted ha recibido este mensaje por error, le rogamos que borre de su sistema inmediatamente el mensaje asi como todas sus copias, destruya todas las copias del mismo de su disco duro y notifique al remitente. No debe, directa o indirectamente, usar, revelar, distribuir, imprimir o copiar ninguna de las partes de este mensaje si no es usted el destinatario. Cualquier opinión expresada en este mensaje proviene del remitente, excepto cuando el mensaje establezca lo contrario y el remitente esté autorizado para establecer que dichas opiniones provienen de GrupoBBVA. Nótese que el correo electrónico via Internet no permite asegurar ni la confidencialidad de los mensajes que se transmiten ni la correcta recepción de los mismos. En el caso de que el destinatario de este mensaje no consintiera la utilización del correo electrónico via Internet, rogamos lo ponga en nuestro conocimiento de manera inmediata. ***********************************************************************************************


Back to: Top of message | Previous page | Main SAS-L page