I resisted learning IPCS for years. I'd be in deep trouble without it today. For LE programs, you get the best of both SYSUDUMP (you can see all the storage you may need) and CEEDUMP (IP VERBX LEDATA gives you the same stuff.) So _my_ best practice is:
//SYSMDUMP DD DISP=SHR,FREE=CLOSE,DSN=user.SYSMDUMP (the FREE=CLOSE bit is needed if you have recursive abends. Usually only the first is interesting.) In article <[email protected]> you wrote: > Batch cycle JCL standard... CEEDUMP or SYSUDUMP. > I think that if the LE runtime is running as TERMTHDACT(UADUMP,,96) an LE > dump will be produced if a CEEDUMP DD is coded or not. But if you do not code > the SYSUDUMP DD you will not get a dump is some cases were LE cannot produce > one.. correct? > What is a best practice standard practice for batch cycle JCL? Always code > SYSUDUMP? -- Don Poitras - SAS Development - SAS Institute Inc. - SAS Campus Drive [email protected] (919) 531-5637 Cary, NC 27513 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
