You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Let me point out that the zipuse command simply saves you having to manually unzip the file - it unzips the file into a temporary file which is subsequently deleted. If you have a shortage of disk space on your system, zipuse is likely to run into the same limit as manually unziping the file..
With the caveat that William noted, that zipuse, behind the scenes, unzips the entire file, you can nevertheless restrict what you bring into Stata by specifying a varlists of the variables you want to bring in, and restricting which observations you take in with -if- and -in-, just as you would with native Stata's -use- applied to a Stata data set.
If you are not familiar with these things, read the help file and manual section for the -use- command, and you can also read the help for -zipuse- by running -rnethelp "http://fmwww.bc.edu/RePEc/bocode/z/zipuse.hlp"- if you haven't installed -zipuse- on your computer.
Your question is unclear. "Code" usually refers to commands given to Stata in the Command window or do-file, whereas data refers to the variables and observations that Stata manipulates in response to those commands. Thus the term "code data" is inherently a contradiction in terms. On the other hand, in some contexts, "code" is often the name of a variable in a data set.
So please write a longer post detailing what you are trying to do. Also, it is important to keep threads on topic. So unless what you are trying to do involves unzipping a zip file, please start a New Topic rather than continuing here.
Comment