The only time I've messed with IPCSPARM was to get previous versions of
CICS verbexits to work. For mapping structures, I just link into steplib
and it works just fine:

ASID(X'0249') ADDRESS(D0C0.) STORAGE
----------------------------------------
Command ===> ip cbf x model(sgcbm)                            SCROLL
===> CSR
0000D0C0   E5E2C3C2   F94BF3F0   40404040   D4E5E261   | VSCB9.30   
MVS/ |  
0000D0D0   C5E2C140   E2D7F74B   F14BF240   C9C2D440   | ESA SP7.1.2
IBM  |  
0000D0E0   40404040   F2F0F9F4   40404040   F0F3C2F7   |     2094   
03B7 |  
0000D0F0   F7C14040   F0F3C2F7   F7C14040   F0F3C2F7   | 7A  03B77A 
03B7 |  

  ****************************** TOP OF DATA **************************
                                                                       
   VSGCB: 0000D0C0                                                     
      +0004  SASV..... 9.30      OPSYS.... MVS/ESA   OPSYV.... SP7.1.2 
      +001C  MACID.... IBM       MMODL.... 2094      CPU0..... 03B77A  
      +0034  CPU1..... 03B77A    CPU2..... 03B77A    CPU3..... 03B77A  
      +004C  CPU4..... 03B77A    CPU5..... 03B77A    CPU6..... 03B77A..

I link SGCBM RMODE=24,AMODE=24, but I don't recall if that is required.


Hardee, Charles H wrote:
> 
> After you have coded, assembled and linked your model(s).
> Place the loadlib to where you linked it into the STEPLIB concatenation if 
> you have the ability or, as others have already stated, place use TSOLIB to 
> allocate it to your TSO session prior to invoking ISPF/PDF and subsequently 
> IPCS.
> 
> Once done, create or edit the BLSCUSER member in your IPCS Parm lib.
> 
> In the BLSCUSER member, code a line as follows for each control block you 
> have included in your model member.
> 
>          DATA STRUCTURE(SCA) MODEL(IDMSBLSQ)
> 
> If you created BLSCUSER, then be sure to code an END statement:
> 
>          END
> 
> The final point to remember is that the BLSCUSER must be high enough in the 
> concatenation of IPCSPARM that it is found before any other BLSCUSER member 
> is found since I believe there is a default ("empty") member supplied during 
> the IPCS product install.
> 
> If you have other models being used, be sure to either copy them into your 
> member, or update the existing BLSCUSER member with your models. BLSCUSER is 
> only looked for and found once so it must be all inclusive with respect to 
> what you want.
> 
> Reference materials for the statements used in BLSCUSER can be found in the 
> "z/OS MVS Initialization and Tuning Reference" manual.
> 
> Good luck and good hunting,
> Chuck
> 
> Charles Hardee
> CA technologies
> Sr Sustaining Engineer
> Tel:  +1-952-838-1039
> [email protected]
> 
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
> Of michealbutz
> Sent: Saturday, November 20, 2010 6:10 PM
> To: [email protected]
> Subject: Name of IPCS exit data table
> 
> Hi,
> 
>  This is a bit confusing when Creating an IPCS structure for a  user control 
> block using
> BLSQMFLD and BLSQMDEF seems
> Like you have catalogue the Load module to the exit data table ???
> 
>    Would anyone know the name of this table the IBM documentation is very 
> vague
-- 
Don Poitras - zSeries R & D  -  SAS Institute Inc. -  SAS Campus Drive 
mailto:[email protected]   (919)531-5637  Fax:677-4444     Cary, NC 27513

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to