myname

	myname(task_name.i4.r [,get_current.i4.v])

	This routine returns the first PROCESS_NAME_LEN characters of the
	caller's process name in RAD50.  In a console environment, this is
	the ACNET task name.

	task_name	returned radix 50 task name
	[get_current]	process name to return
			(FALSE -> return "normal" process name (default),
			 TRUE -> return the current process name which
				 may be different if the program is under
				 test)

	This function requires the following include files:

	clib_h

	Related functions:

	my_ascii_name, my_gen_name, my_generic_ascii_name, mynode, myconsole,
	myinstance, myslot, mypage, clib_environment, my_executable_name_c,
	my_user_name, user_pref_key

	C usage:

	int	task_name;

	myname(&task_name,FALSE);