Use the HASH function to determine what the partitions should be if the partitioning key is composed of EMPNO and LASTNAME.
SELECT HASH(EMPNO, LASTNAME) FROM CORPDATA.EMPLOYEE
OPNQRYF FILE((CORPDATA/EMPLOYEE)) FORMAT(FNAME) MAPFLD((HASH '%HASH(1/EMPNO, 1/LASTNAME)'))