Works splendidly!  Thank you, Mr. Donovan.

On Thu, 11 Feb 2010 16:53:20 -0500, Michael Donovan <dono...@us.ibm.com> 

wrote:

>
>The following little exec is a quick and dirty form of getting VMFMKOVR
>working.   This does assume
>as input a product id (prodid) and a component id (compid) where the
>product and component are
>installed on your system.   You need to have the 5E5 and 51D disks acces
sed
>to make things work.
>There are no bells and whistles here and this does not cover all the
>options of VMFMKOVR, but this
>might be some help getting you started.
>
>Mike Donovan
>
>------------------------------------- Snip
>----------------------------------------------
>/*  MKOVR EXEC
>     Input:  prodid  - product id
>             compid - component id
>     Example:
>         MKOVR 6VMCMS20 CMS
>*/
>Parse Upper Arg prodid compid .
>CHIVAR = 'VM D' prodid||'%'||compid prodid compid 'ADD VMSYS: PROMPT
>NORESOURCE'
>'XEDIT DUMMY FILE S (PROFILE VMFMKOVR) CHIVAR'
>Exit rc
>
>------------------------------------- Snip
>----------------------------------------------
>
>
>
>
>                                                                        

Reply via email to