Tom Schmidt wrote on 2007-07-26 15:09:39:

> I can't find BLSCBSUQ in the standard documentation either, but a google
> search revealed it from an old IBM Redbook ("Interoperability Between VSE

> DL/I and OS/390 IMS DBCTL").

BLSCBSUQ is a CLIST that is shipped in support of IPCS dialog option 5.4,
"Perform supplementary dump analysis".  It was designed to accept a short
command from BLSPBSUP that fit in the first 72 characters of one card image
placed into the COMMAND ddname.  If you have a long command that needs to
be performed by IPCS via that route or via the kind of JCL shown earlier in
this thread, the thought was that you would make that long command into a
CLIST or REXX exec and would invoke it via something like the following:

      exec 'my.clist(ctraceit)'

Frankly, we never thought of BLSCBSUQ as something that you'd use directly
in your own JCL, and the product documentation reflects that line of
thought.  It may be useful as a starting point for a CLIST of your own that
does things your way.

Bob Wright - MVS Service Aids
----------------------------------------------------------------------
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