Usage of PHDFM in batch
Hamilton, Allison
Allison.Hamilton@Cognos.COM
Fri, 26 Feb 1999 15:48:11 -0500
I'm not sure you can create one from inside POW anymore, but once the file
is created, do an anal/rms/fdl <file> and you'll get an FDL file generated
in <file>.fdl
Allison Hamilton
> ----------
> From: Robert J.M. Edis[SMTP:Robert.Edis@creatcomp.com]
> Sent: Friday, February 26, 1999 3:31 PM
> To: 'rayb@specialist.co.uk'
> Cc: 'powerh-l@lists.swau.edu'
> Subject: RE: Usage of PHDFM in batch
>
> 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.
>
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.