Hi James,
DEFINE functions like PARSE and WORD can be nested.
I am reading that the number of forward slashes is fixed in your format.
I think you can do things like:
define REALM as PARSE(PARSE(PARSE(basefield,'/'),'/'),,'/')
define TAIL as PARSE(PARSE(PARSE(basefield,'/'),'/'),'/')
or alternatively
define REALM as WORD(basefield,3,'/')
define TAIL as WORD(basefield,4,'/')
Regards,
------------------------------
Jeroen Tiggelman
Software Development and Level 3 Support Manager IBM Security zSecure Suite
IBM
Delft
------------------------------