At 11:24 -0500 on 06/08/2009, Field, Alan C. wrote about Re: What is System Completion Code FD6?:

Look in the MVS System Codes document.

Fnn are issued for errors detected in SVC nn (nn = X'D6' = 214)

So you have an error from SVC 214. SVCs > 199 are typically USER SVCS.

Figure out who provided this SVC and contact them for support.

Alan

While SVCs>199 are designated by IBM as being USER SVCS and thus XYY ABEND Codes are SUPPOSED to be reserved so at XYY is a Code X=0-E ABEND issued by USER SVC YY (FYY is reserved by IBM for SVC YY not defined), IBM violates their only rule by defining some XYY ABENDS (for YY>C7 with X not=F) thus "stealing these ABEND codes from the USER SVC. I do not remember which ones they have stolen (you'd need to look in the Codes Manual) but I once had to renumber a USER SVC to work around this high-jacking since it wanted to issue one of the appropriated XYY ABEND Codes.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to