Usage of PHDFM in batch

Robert J.M. Edis Robert.Edis@creatcomp.com
Fri, 26 Feb 1999 15:31:03 -0500


Thanks very much Ray.

I'd forgotten about the control file in PHDMAINT.  I did basically what you
said and it worked great.  What about generating FDL files though.  Older
versions of PH under VMS could generate a FDL file when the CREATE action
was performed.  How can v.7.10G1 do it?

Blue



	-----Original Message-----
	From:	Ray Bailey [SMTP:rayb@specialist.co.uk]
	Sent:	Friday, February 26, 1999 10:48 AM
	To:	Robert J.M. Edis; Cognos Mailing List
	Subject:	RE: Usage of PHDFM in batch

	Try This Out Blue

	I've used this script a number of times so it should be okay.

	$  delete *.phf*;*
	$  open/write qkecho_file qkecho_file.dat
	$  write qkecho_file "VT100;"
	$  write qkecho_file "10;"
	$  write qkecho_file "1;"
	$  write qkecho_file "????;"         : Note ???? = Whatever you want
	$  write qkecho_file "file;"
	$  write qkecho_file "@;"
	$  write qkecho_file "y;"            : Note - Allow creation
	$  write qkecho_file "n;"            : Note - Allow Deletion
	$  write qkecho_file "n;"            : Note - Allow Unload
	$  write qkecho_file "n;"            : Note - Allow Reload
	$  write qkecho_file "f;"
	$  write qkecho_file "crea;"
	$  write qkecho_file "^^^;"
	$  close qkecho_file

	$  define qkin qkecho_file.dat
	$  pow dmgr
	$  deass qkin


	RayB
	Leicester
	England
	
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.