This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MVSER0031S "ABC1" is not a valid subsystem id

HI,

I have same issue but my issue still persists even if i changed the XA name to DSN name. Any help here.

Micro Focus ESMVS/TSO Version 7.0.000. Copyright (C) Micro Focus 1997-2021. All rights reserved.
DSN SYSTEM(ABC1)
RUN PROGRAM(PGM1) PLAN(PGM1G)
MVSER0031S "ABC1" is not a valid subsystem id. Sub-command stream flushed.:
MVSER0099S Remainder of command stream flushed.:
END

Note: My XA source name is as same as DSN system i.e ABC1

Thanks,

Basavaraj

Labels:

Enterprise Developer
Parents Reply Children
  • Suggested Answer

    0   in reply to 

    Hi Basav,

    I tested on my own ED 7.0 instance, region has a XA Resource ID/Name: XB0R, with following job:

    //MFTEST JOB 'MFTK',CLASS=A,MSGCLASS=A
    //STEP1 EXEC PGM=IKJEFT01,REGION=1024K
    //INPUT1 DD DSN=ADDTODB.INPUT,DISP=SHR
    //SYSUDUMP DD SYSOUT=*
    //SYSPRINT DD SYSOUT=*
    //SYSOUT DD SYSOUT=*
    //SYSREPT DD SYSOUT=*
    //SYSTSPRT DD SYSOUT=*
    //SYSTSIN DD *
    DSN SYSTEM(XB0R)
    RUN PROGRAM(PGM1) -
    PARM(STRINGTOPASS)
    //

    And do not encounter an issue.
    How does your job compare?