How to display records (more than 100) that start with certain prefix in idms environment ?
One of the easiest ways to get a list is via IDD. DIS ALL REC WHE NAME MATCHES 'WK-'.
# is wild for a numeric
@ is wild for an alpha
Hope this helps