Jose, have you copied the MF=L static area to a corresponding area in dynamic storage for use by the execute form of the RACROUTE macro? You don't indicate where USR00RAC is located.
Staffan On Tue, Apr 12, 2011 at 7:37 PM, Jose Adauto <jada...@uol.com.br> wrote: > Bellow the code used for the RACROUTE: > >         RACROUTE REQUEST=VERIFY,LOC=ANY,WORKA=USR00WRK,      >         X >               > USERID=USR00USR,PASSCHK=NO,ENVIR=CREATE,LOG=NONE,      X >               RELEASE=7750,MF=(E,USR00RAC),MSGSUPP=YES    >        > > ... > ... > > USR00RAC RACROUTE REQUEST=VERIFY,                     >                 X >               USERID=*-*,                  >                           X >               ENVIR=CREATE,                 >                          X >               PASSCHK=NO,                  >                           X >               WORKA=*-*,                   >                           X >               RELEASE=7750,                 >                          X >               MF=L                      >                           > > USR00USR DS  0CL9       >         DC  AL1(7) > USR00USN DC  CL8'PRODNAM'     > USR00WRK DS  CL716       > >