On Fri, 11 Jul 2014 12:40:01 -0400, Rob JACKSON wrote: >This keeps getting better. So I will attempt to provide a more complete >picture. > >//SMPER1 EXEC PGM=GIMSMP,REGION=0M, >// PARM='PROCESS=WAIT' >// ... >//SMP00027 DD DSN=DSN910.CEE.SCEECPP,DISP=SHR >// DD DSN=DSN910.CEE.SCEELKED,DISP=SHR >// ... Why are you allocating that in JCL? Isn't that a file that SMP/E expects to be able to allocate dynamically? So, of course:
>Messages: > >GIM54701E ** ALLOCATION FAILED FOR SMP00027 - IKJ56246I DATA SET CEE.SCEELKED >NOT ALLOCATED, FILE IN USE. Did you, perhaps, intend to use: //SCEELKED DD DSN=DSN910.CEE.SCEECPP,DISP=SHR // DD DSN=DSN910.CEE.SCEELKED,DISP=SHR ??? -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
