How I can get the number of found items that retrived from FIND primary command.
In my source there is diffrent DSN in front of DFSVSAMP ddname but I want to specify a same DSN in front of any DFSVSAMP.
So I must find the number of DFSVSAMP and using :
"ISREDIT FIND '//DFSVSAMP' 1 10"
"ISREDIT LINE .ZCSR = '//DFSVSAMP DD DSN=IMS.SYSIN.BUFPOOL(DFSVSAMP)'"
"ISREDIT LINE .ZCSR = '//DFSVSAMP DD DSN=IMS.SYSIN.BUFPOOL(DFSVSAMP)'"
Is there a way to get the number of found items or another better way to doeing that changes?