| Date: | Tue, 20 Feb 2007 10:40:10 -0500 |
| Reply-To: | Gene Maguin <emaguin@buffalo.edu> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Gene Maguin <emaguin@buffalo.edu> |
| Subject: | Re: To Convert Variable width as per datamap. |
| In-Reply-To: | <454934.74049.qm@web31112.mail.mud.yahoo.com> |
| Content-Type: | text/plain; charset="us-ascii" |
Abdus,
I'll assume that you want to convert q1 from A30 to A165 as I don't clearly
understand you.
Rename variables (q1=temp).
String q1(a165).
Compute q1=temp.
As for q2, use the format statement.
Format q2(f10.0) or (f10.2), depending on how many places to the right of
the decimal you want.
Gene Maguin
|