It's also nice to be able to stack a command that will be executed after the PROFILE EXEC finishes (as long as it 'does' finish and not IPL something):
CP XAUTOLOG LINUX1#AUTOSTRT AUTOSTRT would be stacked when the guest is started -- and then (hopefully) executed. So we don't want anything in the PROFILE EXEC to mess with it. That's why 'well behaved' programs should always use MAKEBUF/DROPBUF or restore the stack contents if they do mess with it. The above is an example of how we automated a 'self cloning/configuring' process at one customer of mine. The common profile EXEC didn't rely on AUTOSTRT falling through though -- it noticed it was in the stack and so called AUTOSTRT EXEC itself -- or IPLed the Linux disk if it wasn't passed. Scott Rohling p.s. You need to do something like "Address Command CP XAUTOLOG LINUX1#AUTOSTRT" from an EXEC to not have the CP escape character get in your way on the command line. On Fri, May 21, 2010 at 10:30 AM, Mark Wheeler <[email protected]>wrote: > Wouldn't it be nice if the FORMAT and RESERVE commands had NOPROMPT options > that would allow you to avoid stacking responses? These are about the only > places I ever need to use the stack any more. anso (if you wanted) > > > Date: Fri, 21 May 2010 11:22:22 -0400 > > From: [email protected] > > Subject: SWAPGEN > > To: [email protected] > > > > Hello, > > > > Do you happen to have a copy of the SWAPGEN file that has the fix to the > > 'DESBUF' bug? If so, could you forward it to me or send me the link of > > where I can get it? Thank you! > > > > http://www.mail-archive.com/[email protected]/msg47525.html > > > > Regards, > > > > Dulce M Smith, ITILĀ® Foundations > > Software Engineer, z/VM and Linux > > Mobile: 1-914-329-1634 > > [email protected] > > IBM Systems and Technology Group Lab Services and Training > > ---------------------------------------------------------------------- > > For LINUX-390 subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO LINUX-390 or > visit > > http://www.marist.edu/htbin/wlvindex?LINUX-390 > > _________________________________________________________________ > The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with > Hotmail. > > http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5 > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
