You should send the program and data to SAS Technical Support. They will be able to pass the information on to a SAS developer. Be sure to include your SAS release (for example, 9.3m1 or 9.4m0) and your operating system.
There is not much we on this forum can suggest without knowing the data. The error message does not give any hints as to the problem.
I don't know what is wrong, but since four of the dependent variables are classification variables, this problem could potentially involve a large number of parameters. Use PROC FREQ to examine the number of unique levels for the x2-x5 variables. If one of the variables involves hundreds of levels (maybe a medical diagnosis ID or a doctor ID) then try removing that variable from the model.
... View more