NAME
	COE_get_profileapp_data

DESCRIPTION
	This program returns profile/application assignment data.

USEAGE
	COE_get_profileapp_data [options] "" 

OPTIONS

	-h	Prints a useage line. 
	-H	Prints this man page.
	-V	Prints the version number.

PARAMETERS
	1. ProfileName - A quoted string containing the name of the profile.
		This string may contain blanks and underscores, but no other
		non-alphanumeric characters are allowed.
	2. ProfileScope - A character (l for local, g for global, a for all),
		but no other non-alphanumeric characters are allowed.

OUTPUTS
	If the -h option is present or if the calling syntax is incorrect,
	the procedure prints a "useage" statement. If the -H option is present,
	the procedure prints this man page. If the -V option is present, 
	the procedure prints the version number. Otherwise, the ProfileName,
	AcctGroup, Scope, Lockable profile flag and profile abbreviation (Abbr)
	are provided. If the -f option is set, Reserved Field information
	is provided as well. Information is written to standard output in
	the following format:
	
		ApplicationLabel:ApplicationName:ExecutablePath:AcctGroup

DIAGNOSTICS
	The exit status reflects status or error conditions. Exit status 
	is zero if processing is successful. Exit status is non-zero if an 
	error condition occurred during processing. For a description 
	of the error, see COE_get_error_string.

DATE LAST UPDATED
	May 1, 2003