OK, I found another way to transiently zap any *PROCESS statements in the source, but it will only work if your source starts with a comment line after any of them. To do so you also need to be able to access the compile JCL, which you obviously) can do using the SJ command in SDSF. Just change the
//SYSIN DD DSN=MYPLI.SOURCE(WHATEVER),DISP=SHR in //SYSIN DD * /* // DD DSN=MYPLI.SOURCE(WHATEVER),DISP=SHR And note that this will wipe out *ALL* "*PROCES" statements, so you might want to add the ones you need before the /* in SYSIN. Robert On Thu, 13 Jun 2024 at 15:48, Charles Mills <[email protected]> wrote: > No joy: > > IBM1159I W The string /*PROCESS is not recognized as a valid > option keyword and is ignored. > > Also tried without the leading slash; same error. > > CM > > On Thu, 13 Jun 2024 12:48:21 +0000, Allan Staller < > [email protected]> wrote: > > >Classification: Confidential > > > >//.... PARM='/*PROCESS TEST(BLOCK,SYM,SEPARATE)' > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- Robert AH Prins robert(a)prino(d)org The hitchhiking grandfather <https://prino.neocities.org/index.html> Some REXX code for use on z/OS <https://prino.neocities.org/zOS/zOS-Tools.html> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
