<div>Dear Joe,</div>
<div> </div>
<div>I tried changing the name of the SUBFILE and it worked. Thank you so much for your tip.</div>
<div> </div>
<div>Best Regards,</div>
<div>SYED.</div>
<div> </div>
<div><br> </div>
<div><span class="gmail_quote">On 9/17/05, <b class="gmail_sendername">Joe Boyle</b> <<a href="mailto:atla38@dsl.pipex.com">atla38@dsl.pipex.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">and having said that I now see that you already have 'keep' syntax in place.<br><br><br>Usually this kind of problem is sorted out by deleting all subfile
<br>components that can be found of the same name, i.e. any file specs that are<br>returned by a command like 'dir c:\CW975SF7.* /s' (replacing c for any other<br>drives they might be on) - so long as you know they are subfile components
<br>and not files on which the whole of your application depends :)<br><br>Occasionally, bits of old subfiles with differing record layouts can be left<br>lying around which can block recompiles etc...<br><br>Regards, Joe.
<br>________________________________________<br>From: powerh-l-bounces+atla38=<a href="mailto:dsl.pipex.com@lists.sowder.com">dsl.pipex.com@lists.sowder.com</a><br>[mailto:<a href="mailto:powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com">
powerh-l-bounces+atla38=dsl.pipex.com@lists.sowder.com</a>] On Behalf Of<br>Joe Boyle<br>Sent: 17 September 2005 18:10<br>To: <a href="mailto:sshahulgm@gmail.com">sshahulgm@gmail.com</a>; <a href="mailto:powerh-l@lists.sowder.com">
powerh-l@lists.sowder.com</a><br>Subject: RE: URGENT! QTP creates datafile (.sf) but not dictionary file<br>(.sfd)<br><br>Hi Syed,<br><br>you have to code as 'keep include' to create a permanent subfile; if you<br>leave off 'keep' the subfile lasts only as long as the qtp session.
<br><br>Regards, Joe.<br>________________________________________<br>From: Syed Shahul Hameed Mustaffa [mailto:<a href="mailto:sshahulgm@gmail.com">sshahulgm@gmail.com</a>]<br>Sent: 17 September 2005 15:06<br>To: <a href="mailto:powerh-l@lists.sowder.com">
powerh-l@lists.sowder.com</a><br>Cc: Joe Boyle<br>Subject: URGENT! QTP creates datafile (.sf) but not dictionary file (.sfd)<br><br>Dear Gurus,<br><br>Quick Intro: I am migrating a PH/MPEIX application to PH4GL/AXIANT/WINDOWS.
<br><br>I have a QTP that creates a subfile. It createsthe .sf file but it doesn't<br>create the .sfd file.<br>There are other Requests that create other subfiles within the same file.<br>They are ok.<br>Only one subfile is giving me this problem.
<br><br>Can anyone help me out of this issue please?<br><br>I'm listing excerpt of the problem areaof the QTPunderneath.<br>----------------------------------------------------------------------------<br>-----<br>Request SET-HEADINGS
<br>Access *$UEV_SUBFILE_PATH\CW975SF6<br>sort on UNIT_NO on PRD_KEY<br>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
<br>;-----------------------------------------------------------<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
<br>;-----------------------------------------------------<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
<br>;--------------------------------------------------------------<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<br>Subfile $UEV_SUBFILE_PATH\ CW975SF7 KEEP at UNIT_NO include & ;this file<br>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>----------------------------------------------------------------------------<br>--------------------<br>REGARDS,<br>SYED<br><br></blockquote></div><br>