Re: How do I assemble a CP EXIT ?

2011-05-03 Thread Dieltiens Geert
To: IBMVM@LISTSERV.UARK.EDU Subject: Re: How do I assemble a CP EXIT ? Here is what I do: VMFSETUP ZVM CP VMFHLASM OITW2H01 ZVM CP where OITW2H01 is my exit's name. Good Luck. Jim Hughes Consulting Systems

How do I assemble a CP EXIT ?

2011-05-02 Thread Dieltiens Geert
Hi all, I'm trying to assemble the JAMSAMA sample for CP EXIT 1200 (for CP DIAL), from z/VM manual 'CP EXIT CUSTOMIZATION'. I understand the assembler sourcecode from the sample, and I've made my own version with minor modifications. Now I would like to assemble it in CMS. Can anyone tell me how

Re: How do I assemble a CP EXIT ?

2011-05-02 Thread Hughes, Jim
do I assemble a CP EXIT ? Hi all, I'm trying to assemble the JAMSAMA sample for CP EXIT 1200 (for CP DIAL), from z/VM manual 'CP EXIT CUSTOMIZATION'. I understand the assembler sourcecode from the sample, and I've made my own version with minor modifications. Now I would like to assemble

Re: How do I assemble a CP EXIT ?

2011-05-02 Thread David Boyes
You need the High Level Assembler product (extra cost) or the Dignus assembler (also extra cost) to build the module. The MACLIB statements are documented in the discussion of the exit. The old F-level ASSEMBLE command cannot build current CP modules correctly.

Re: How do I assemble a CP EXIT ?

2011-05-02 Thread Dieltiens Geert
@LISTSERV.UARK.EDU Subject: Re: How do I assemble a CP EXIT ? Here is what I do: VMFSETUP ZVM CP VMFHLASM OITW2H01 ZVM CP where OITW2H01 is my exit's name. Good Luck. Jim Hughes Consulting Systems Programmer Mainframe Technical

Re: How do I assemble a CP EXIT ?

2011-05-02 Thread Dave Jones
@LISTSERV.UARK.EDU Subject: Re: How do I assemble a CP EXIT ? Here is what I do: VMFSETUP ZVM CP VMFHLASM OITW2H01 ZVM CP where OITW2H01 is my exit's name. Good Luck. Jim Hughes Consulting Systems Programmer Mainframe