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
----------------------------------------------------------------------
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
----------------------------------------------------------------------
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