
{
{   The purpose of this request is to return the sizes of the object file
{ list, module list and library list of the program description of the
{ requesting task.  This allows the allocation of a program description
{ variable of the appropriate size for subsequent PMP$GET_PROGRAM_DESCRIPTION
{ requests.
{
{       PMP$GET_PROGRAM_SIZE (NUMBER_OF_OBJECT_FILES, NUMBER_OF_MODULES,
{         NUMBER_OF_LIBRARIES, STATUS)
{
{ NUMBER_OF_OBJECT_FILES: (output) This parameter specifies the number of
{       object files in the program description.
{
{ NUMBER_OF_MODULES: (output) This parameter specifies the number of
{       modules in the program description.
{
{ NUMBER_OF_LIBRARIES: (output) This parameter specifies the number of
{       libraries in the program description.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: NONE
{
