On Wed, 25 Jun 2014 09:55:45 -0700, Skip Robinson <[email protected]> 
wrote:

>Thanks Mark for the info as well as your PMR, which I'm trying to avoid
>for 'exit support'. See the snippet of code at the bottom for my rework.

Ditto, but I had no choice.  Besides, Marna suggested it.  :-)

>
>In my original post, I overlooked two other ASM errors resulting from the
>control block change.
>
>-- Field DCNVSCHE , which I use in processing Scheduling Environment, is
>gone. $CIWORK contains *two* fields for SCHENV:
>
>CIWSCHE  DS    CL16                Scheduling environment
>...
>CIWJSCHE DS    CL16                Scheduling environment
>
>Both fields indicate that they were introduced by OA42098 . I don't know
>which of these fields should be used as replacement for field DCNVSCHE .
>
>-- Field DCNVCAT , pointer to the Class Attribute Table, where I use
>CATSCHED to determine the default SCHENV for this job class. It looks as
>though I can find the appropriate CAT entry via CIWCATA near CIWJSCHE
>above.
>

Based on the comments in that section of code ("start of work area cleared
in converter sub-task initialization"), I think CIWJSCHE.   Although it 
probably doesn't matter for finding the SCHENV.     From reading the
APAR text of OA42098 (which had about 20 different fixes rolled in), 
it looks like CIWSCHE was just added for convenience as one of 
the "common actions" being dealt with in exit 6/59/60. 

MG18933 - The JCT pointer in the converter DTE (DCNVJCTA) has
          been restored.  Also, the DCNV mapping of the
          converter parameter list (R1 on entry) has been
          restored as a separate DSECT.  Finally, the most
          common actions in exit 6/59/60 have been embodied in
          the XPL parameter list, namely set the job class, set
          the scheduling environment, and hold the job.

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS  
ITIL v3 Foundation Certified   
mailto:[email protected]                                       
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html 
Systems Programming expert at http://search390.techtarget.com/ateExperts/
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to