Hi SAS expert,
I have created PMML ver 4.2 for my logistic regression model to load in SAS Model Manager. The IT team has prepared both the SAS development environment and SAS test environment for me.
My PMML file I created looks like this:

And in test environment, I imported model with above PMML file and it is successfully done in about 1-2 minute, with enough necessary component files, (like image 1 below) which are:
- score.sas
- input.xml
- output.xml
- target.xml
(image1)

But when I do the same to import that PMML file in SAS development environment, it took me about 30-50 minute and get missing the score.sas (like image 2 below).
(image 2)

Please help me on this issue, many thanks !!