>Length ds f
>stoken ds xl8
>number_of_ranges ds f
>Ranges ds (2*x)D

For the case of one "stoken", yes. If multiple stokens, I'd have used 
"xl8" instead of "D" for the last to avoid insertion of padding bytes 
which would result.
For example,
length_1
stoken_1
number_of_ranges_1
ranges_1 
stoken_2
number_of_ranges_2
ranges_2 ds 2D  would skip 4 bytes

For the ECB not being posted case, nothing comes to mind. Can you post 
your complete SDUMPX invocation? 

Peter Relson
z/OS Core Technology Design

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

Reply via email to