Hi Stata users, I'm now trying to convert SAS language to Stata. Since I'm relatively new to Stata, any help will be greatly appreciated!!!!
The SAS language I try to rewrite for Stata is
do i =1 to 6;   
   if (ICAT EQ i) then do;
      do j =1 to 4;     
            if (KiAj{j,1} > 0) and (KiGj{j,1} > 0) then do;
            IGC{i}   =IGC{i}   + KiGj{j,1};
            IGC_h{i} =IGC_h{i} + KiAj{j,1};
            IHC{i}   =IHC{i}   + KiHj{j,1};
         end;  
Thank you in advance for any assistance that you may provide.
Angela
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/