What does it means if no CI was given for binary logistic regression analysis in SPSS output?

What does it means if no CI was given for binary logistic regression analysis in SPSS output?

I expect that you have discovered the Hauck-Donner effect in logistic regression where the likelihood flattens out and gives a much too large estimate of the standard error using Wald techniques. You need to find a tool that will give results based on likelihood ratios rather than Wald techniques when this happens.
It looks like that the standard errors for your coefficients (B) are so large (look at the column named S.E.) that the values of $\exp(B + SE)$ are practically infinite. You probably need a larger sample size or more relevant variables. Basically you couldn't reject the null hypothesis (no effect) with your model.