Anyone have Moved from VMS to WINDOWS?

Ken Langendock Ken@Langendock.com
Wed, 9 Mar 2005 09:57:35 -0500 (EST)


Dude...where were you two years ago when I started
this trip.

I am definately going to play with this one. You're
getting full credit in my app for this one.

Thanks

 --- shulbert@littlejohnfrazer.com wrote: 
> ken,
> you can run quiz from inside qtp, but the temporary
> folders used by each will be different, so you can't
> by default use the subiles from one in the other.
> we solved this problem by using a batch file to copy
> the subfile definitions from the temporary folder
> from qtp into the one for quiz.
> if you run quiz from inside qtp the folder structure
> looks like this:
> 
> <current>
> -> tmp<number1>  (qtp temp folder)
> ---> tmp<number2>  (quiz temp folder)
> 
> so you have to copy all the files from tmp<number1>
> to tmp<number1>\tmp<number2>.
> in dos terms this becomes (win2k):
> 
> 	if not "%phtemp%"=="" copy %phtemp%\..\*.sfd
> %phtemp%
> 
> you'll get an error on exiting quiz if you don't
> then delete these, so use:
> 
> 	del /q /f %PHTEMP%\*.sfd
> 
> put these in batch files and call them inside quiz.
> a generic compile script is included (.txt to get
> round daemons).
> hope this helps.
> regards,
> stephen.
> 
>    
> 
> 
> 
>  -----Original Message-----
> From: 	ken.langendock@rogers.com
> [mailto:ken.langendock@rogers.com] Sent:	Wednesday,
> March 09, 2005 2:23 PM
> To:	powerh-l@lists.sowder.com
> Subject:	RE: Anyone have Moved from VMS to WINDOWS?
> 
> Ok guys, it's been almost a year since I tried to
> resolve the issue I had. How did you guys solve the
> problem of compiling all your code in batch (bat
> file)?
> 
> On and HP3000 the subfile definitions stay in memory
> (temp). On a Vax you can call $QUIZ from within QTP
> to
> retain the subfile definitions. Neither of these
> tricks/options work on "Powerhouse for Windows"
> 
> BTW, I worked with Steve B at Cognos for a week on
> this problem back when I was converting and we both
> agreed at the time that it would be easier to run
> interactive quiz until a solution could be found.
> Now
> I guess I should go back to see if I can work
> through
> it since everything else is done.
> 
> Ken
> 
> 
> 
>  --- Joe Boyle <atla38@dsl.pipex.com> wrote: > I beg
> to differ :)
> > > Quiz runs fine in compiled form and you can use
> the
> > AT ( or schedule )
> > command for the batch processor.
> > > Not sure about 'do external' calls to Cobol; you
> > might have to look into
> > using 'run command' as with VB scripts.
> > > Regards, Joe.
> > = = = = = = = = = = = = = = = = = = = = = = = = =
> = = =
> Mailing list: powerh-l@lists.sowder.com
> Subscribe: "subscribe" in message body to
> powerh-l-request@lists.sowder.com
> Unsubscribe: "unsubscribe <password>" in message
> body to powerh-l-request@lists.sowder.com
> http://lists.sowder.com/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you
> must be a subscriber.
> 
> 
> Littlejohn Frazer
> Chartered Accountants
> 1 Park Place
> Canary Wharf
> London
> E14 4HJ
> 
> Tel: 020 7987 5030
> Fax: 020 7987 9707
> Web: www.littlejohnfrazer.com
> 
> 
> The information contained in this communication is
> confidential and may
> be legally privileged. It is intended solely for the
> use of the
> individual or entity to whom it is addressed and
> others authorised to
> receive it.  If you are not the intended recipient
> you are hereby
> notified that any disclosure, copying, distribution
> or taking of any
> action in reliance on the contents of this
> information is strictly
> prohibited and may be unlawful.
> 
> Littlejohn Frazer reserves the right to monitor the
> content of any
> message sent to or from littlejohnfrazer.com and its
> associate domains,
> fmi-litjon.co.uk and litjon.co.uk
> 
> A list of partners may be inspected at the above
> address which is
> also the address for serving documents.
> 
> Registered to carry on audit work by the Institute
> of Chartered
> Accountants in England & Wales, and authorised and
> regulated by the
> Financial Services Authority for investment
> business.
> 

> ATTACHMENT part 2 application/octet-stream
name=compile.txt


> ATTACHMENT part 3 application/octet-stream
name=copysf.txt


> ATTACHMENT part 4 application/octet-stream
name=tidysf.txt