Hello group,

I can't figure out the following problem, although I suppose it must be 
possible:

In a job class, I want to assign a service class, depending on the Scheduling 
Environment specified:
SE=S1                    SC=SC1
SE=S2                    SC=SC2
SE=other             SC=SC3
No SE                    SC=SC0

I tried:
Type                     Name                   Service Class
TC                           A                             SC0
                SE           S1                           SC2
                SE           S2                           SC2
                SE           %*                         SC3

I am unable to distinguish between 'SE=other'and No SE (SE=blanks).
SE=* matches on any blank and non-blank SE.
SE=%* should match on a non-blank first character, but seems to do the same as 
SE=*.
The % mask appears to match also on blanks, although the PF1 doc suggests 
otherwise. Unless 'No SE' is represented by hex zeroes and therefor matches on 
%.

How do I assign SC0 and SC3?
This is z/OS 1.13.

Thanks  in advance,
Kees.

********************************************************
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message.

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286
********************************************************

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to