z/OS DFSORT Messages, Codes and Diagnosis Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Offset keyword procedure

z/OS DFSORT Messages, Codes and Diagnosis Guide
SC23-6879-00

If your program terminated abnormally or entered a wait or loop, your next keyword in the keyword string after the name of the module is the offset keyword.

To determine the offset:
  1. Subtract the address of the first byte of the module from the abend address. The first byte of the module is the byte where the characters 'LICENSED' begin, just before the module name you found earlier by scanning the right side of the dump (as described in Module keyword procedure). If 'LICENSED' does not appear, the first byte is the beginning of the module name.
                               22D417F0     abend address
                               22D41700     module address
                               --------
                                     F0     offset    

    In the example in Figure 1, the address of the module ICEIPFT is 22D41700, and the abend address previously found is 22D417F0. Therefore, the offset is F0.

    Figure 1. Finding the Offset
    module address is 22D41700
    |
    V
    22D41700 D3C9C3C5 D5E2C5C4 40D4C1E3 C5D9C9C1    D3E24060 ... *LICENSED MATERIALS - PROPERTY OF*
    22D41720 40C9C2D4 40F5F6F5 F060E9D6 E240C3D6    D7E8D9C9 ... * IBM 5650-ZOS COPYRIGHT IBM CORP*
    22D41740 4B40F1F9 F7F36B40 F2F0F1F2 40404040    40C3D6D7 ... *. 1973, 2012     COPYRIGHT WATSO*
    22D41760 D540D440 C3D6D5D5 C5D940C9 D5C34B40    F1F9F8F3 ... *N M CONNER INC. 1983            *
    22D41780 40C1D3D3 40D9C9C7 C8E3E240 D9C5E2C5    D9E5C5C4 ... * ALL RIGHTS RESERVED.   ICEIPFT *
    22D417A0 E961D6E2 F24BF0F1 F0F561F1 F861F1F1    40F1F44B ... *Z/OS2.0105/18/11 14.34 BASE     *
    22D417C0 41C0F000 4190C800 41909800 D23ADCD0    DCD192CF ... *..0...H....q.K..}.Jk.........{.K.*
    22D417E0 1000C3CC 4110100A 5010DB48 92C9D182    0000D9EE ... *..C.....&...kIJbj.R...{.m.M..0Kq*
                                                    |
                                                    abend address is 22D417F0 - offset is F0   
  2. Record the offset keyword using the following format:
    OFFSET n
    where n is 1 to 4 digits and contains no leading zeros.
    For example, the keyword string for a system abend 0C1 would look like this:
    Keyword string
    5740SM105 RL00 BLOCKSET SORT ABEND0C1 ICEIPFT OFFSET F0
  3. The keyword string is now complete. Go to Searching the problem reporting databases.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014