Hi all,<br><br>I&#39;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 &#39;SETVAR TVAR_NUM_REC,FINFO(&quot;SFOTX001&quot;,&quot;EOF&quot;)&#39; 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&nbsp; &#39;more SFOTX001| wc -l&#39; in QDESIGN?
<br><br>Thank you,<br><br>Daniel Rodriguez<br><br>