<div>Dear Gurus,</div>
<div> </div>
<div>Quick Intro: I am migrating a PH/MPEIX application to PH4GL/AXIANT/WINDOWS.</div>
<div> </div>
<div>I have a QTP that creates a subfile. It creates the .sf file but it doesn't create the .sfd file.</div>
<div>There are other Requests that create other subfiles within the same file. They are ok.</div>
<div>Only one subfile is giving me this problem.</div>
<div> </div>
<div>Can anyone help me out of this issue please?</div>
<div> </div>
<div>I'm listing excerpt of the problem area of the QTP underneath.</div>
<div>
<p>---------------------------------------------------------------------------------</p>
<p>Request SET-HEADINGS<br>Access *$UEV_SUBFILE_PATH\CW975SF6</p>
<p>sort on UNIT_NO on PRD_KEY</p>
<p>Temp MONTH01 num*8<br> Item MONTH01 = UN_AVG_CI if MTH-CNT=1 reset at UNIT_NO<br>Temp MONTH02 num*8<br> Item MONTH02 = UN_AVG_CI if MTH-CNT=2 reset at UNIT_NO</p>
<p>;-----------------------------------------------------------<br>Temp NUM-HEAD01 num*8<br> Item NUM-HEAD01 = UN_TOT_HEAD if MTH-CNT=1 reset at UNIT_NO<br>Temp NUM-HEAD02 num*8<br> Item NUM-HEAD02 = UN_TOT_HEAD if MTH-CNT=2 reset at UNIT_NO
</p>
<p>;-----------------------------------------------------<br>Temp SUM-CI01 num*8<br> Item SUM-CI01 = UN_SUM_CI if MTH-CNT=1 reset at UNIT_NO<br>Temp SUM-CI02 num*8<br> Item SUM-CI02 = UN_SUM_CI if MTH-CNT=2 reset at UNIT_NO
</p>
<p>;--------------------------------------------------------------<br>Temp HEAD01 char*8<br> Item HEAD01 = MM_KEY + "/" + YY_KEY if MTH-CNT = 1 &<br> reset at UNIT_NO<br>Temp HEAD02 char*8<br> Item HEAD02 = MM_KEY + "/" + YY_KEY if MTH-CNT = 2 &
<br> reset at UNIT_NO</p>
<p>Subfile $UEV_SUBFILE_PATH\CW975SF7 KEEP at UNIT_NO include & ;this file will be<br>UNIT_NO , & ;purged after the run<br>MONTH01 , &<br>MONTH02 , &
<br>NUM-HEAD01 , &<br>NUM-HEAD02 , &<br>SUM-CI01 , &<br>SUM-CI02 , &<br>HEAD01 , &<br>HEAD02 <br>------------------------------------------------------------------------------------------------
</p>
<p>REGARDS,</p>
<p>SYED</p></div>