Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Stata 13 illustrative example data file
From
Sergiy Radyakin <[email protected]>
To
"[email protected]" <[email protected]>
Subject
Re: st: Stata 13 illustrative example data file
Date
Fri, 28 Jun 2013 12:04:01 -0400
Dear Statalist Members,
thank you very much for your assistance. I have by now received
numerous responses from the active statalist posters. Some of them
were also kind to provide additional note on the platform where the
file was generated, which is always a welcomed and helpful
information. So far only one non-critical issue was uncovered: the
strF variable is read correctly (truncated), but the format of it
remains %s260. This format is illegal in Stata prior to v13 but Stata
does not seem to be checking this and the file opens with no error
message. This issue will be fixed before I post the command to SSC.
Many thanks, Sergiy Radyakin
On Fri, Jun 28, 2013 at 12:41 AM, Sergiy Radyakin
<[email protected]> wrote:
> Dear All,
> can anybody having Stata 13 create a simple example file illustrating
> features not present in Stata 12 (long strings) and send it to me so
> that I can test my -use13- command? I am especially interested in
> strF's (the new str245..str2045) variables.
>
> I expect the following to suffice:
> *******************************************************
> set obs 10
> generate s1="abcdefghijklmnopqrstuvwxyz"
> generate s2=s1*10
> replace s2="" in 3
> generate s3=s2 in 2/9
> replace s3=s3*20 in 5/8
> *******************************************************
> Thank you,
> Sergiy Radyakin
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/faqs/resources/statalist-faq/
> * http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/