Im solvin this equation using charpit method. $$F = z+px+qy - p^2y/2$$
$ dy/y = (-dp)/(2p) $ gives me $p = A/y^2$ and $ (-dp)/(2p) = (-dq)/(2q-p^2/2)$ gives me $dq/dp - (q/p) = - p/4$. On solving I get $$q = -p^2/4 + Bp$$. If I substitute these p and q to get z, I get wrong solution:
$z = -px-qy + p^2y/2$ (from original pde), I get $z=\frac{-Ax}{y^2} + \frac{-BA}{y} + \frac{3A^2}{4y^3}$ which is not correct. (On calculating $z_x = p $ and $z_y = q$ does not satisfy.) Why?