Hi
One method is here -
http://www.bmj.com/content/343/bmj.d2090. I don't use that one, but on a quick test it gives similar results to the method I use.
I use the following formula in R. To test it, I calculated the SEs using PLINK OR and P versus the SEs reported from other meta-analysis programs and they are very similar..
SE<-abs(log(OR)/qnorm(P/2))
Where P is meta-analysis p-value, OR is odds ratio, log is natural log. qnorm is the R function to convert a p value into a zscore (here we want 1 tailed so P/2). Abs just returns a positive value rather than a negative.
I look forward to the SE being reported in plink though, would be ace
Matthew