Sign-on with new password

The following is an example of a successful sign-on using a new password.
    PEM hostcics ps2lua lu62ss sec2r01 drtnnom hursley

A userid, password, and new password are correctly entered.

The PEM client sends the following hexadecimal user data to the CICS PEM server:
    0231221001FFF010901E2C5C3F2D9F0F10902C4D9E3D5D5D6D40906C8E4D9E2D3C5E8
 
This contains the following values, as described in Table 1:
0023
Length of entire GDS variable, including this 2-byte length value
1221
Data ID for sign
001F
Length of this second (nested) data structure (length, data ID, and data), including this 2-byte length value
FF01
Data ID for sign-on and change password request data
09
Length of subfield for userid, including this 1-byte length value
01
ID of subfield for userid
E2C5C3F2D9F0F1
Userid (SEC2R01) in EBCDIC
09
Length of subfield for password, including this 1-byte length value
02
ID of subfield for password
C4D9E3D5D5D6D4
Password (DRTNNOM) in EBCDIC
09
Length of subfield for new password, including this 1-byte length value
06
ID of subfield for new password
C8E4D9E2D3C5E8
New password (HURSLEY) in EBCDIC