Hi all,<br><br>I'm migrating from HP3000 / Mpe to Hp9000 / Hp-Ux, and I need to know how to obtain the number of records of a subfile after the execution of a QTP.<br><br>In our HP3000, I used:<br><br>RUN COMMAND 'SETVAR TVAR_NUM_REC,FINFO("SFOTX001","EOF")' NOWARN ON ERROR CONTINUE
<br><br>and I read with a GETSYSTEVAL the value of TVAR_NUM_REC to obtain the number of records of the subfile SFOTX001 generated by the QTP.<br><br>How can I read the result of 'more SFOTX001| wc -l' in QDESIGN?
<br><br>Thank you,<br><br>Daniel Rodriguez<br><br>