Since the PROFILE EXEC is called by SYSPROF EXEC who does get the parameters, it is possible to access the parms in the PROFILE EXEC using pipelines: 'PIPE literal INSPARMS| varfetch 1 toload | varload' say insparms
Whether or not this is the best way to solve this problem is up to you. I've used this "trick" in the past to xautolog some worker machines and tell them what to do, before we had the COMMAND directory statement. Using the tag data with COMMAND would certainly work also. On Fri, Jan 16, 2009 at 8:51 AM, Alan Altmark <[email protected]> wrote: > > The IPL parameters (IPL CMS PARM xxxxxx yyyyy zzzz) are not saved > anywhere. What you can do is to add COMMAND TAG DEV 00E <some stuff> to > the directory and then extract it in a profile (whether Linux or CMS) via > TAG QUERY DEV 00E. > > Alan Altmark > z/VM Development > IBM Endicott > -- Bruce Hayden Linux on System z Advanced Technical Support IBM, Endicott, NY ---------------------------------------------------------------------- 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
