Is it possible to run the AUTOGEN option in a simulate mode?
Yes, it is possible perform a AUTOGEN function in simulate mode. One just has to add the following DD statement to their batch JCL:
//EN$AUSIM DD SYSOUT=*
One important note on the use of //EN$AUSIM DD statement - it will put all actions in a simulate mode not just the action using AUTOGEN.