Hi All,
For a program i need to know how i can find all ld_det records where ld_status does not begins "Rej"
I have createdthe script like below
For each ld_det where ld_domain = global_domain
and ld_part = wod_part
and ld_site = wo_site
and ld_status <> "reject"no-lock:
With this statement also the records with status "Rejcted" and "RejectDown" are taken into output but this is not needed.
i need to exclude all ld_status which not begins with "Rej"
Thanks in advance
For a program i need to know how i can find all ld_det records where ld_status does not begins "Rej"
I have createdthe script like below
For each ld_det where ld_domain = global_domain
and ld_part = wod_part
and ld_site = wo_site
and ld_status <> "reject"no-lock:
With this statement also the records with status "Rejcted" and "RejectDown" are taken into output but this is not needed.
i need to exclude all ld_status which not begins with "Rej"
Thanks in advance