[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

4586.0. "MCC_calls for Export FM ?" by ANNECY::BONNIER (Jean-Luc ... EIC/T&N Annecy France) Mon Feb 22 1993 05:20

I am wondering if it is possible to support the Export FM directives from an 
application.

In other words, are there MCC_calls equivalent for :
	EXPORT ...
	SUSPEND EXPORTING ...
	RESUME EXPORTING ...
	DELETE EXPORTING ...

and what is the parameter passing mechanism ?

Thanks in advance.
Jean-Luc

T.RTitleUserPersonal
Name
DateLines
4586.1Should work just fine...RACER::daveAhh, but fortunately, I have the key to escape reality.Mon Feb 22 1993 08:384
Jean-Luc

	You should be able to build all of the MCC_CALL blocks that are used.
After all, you are simply looking like another PM at that point.
4586.2absolutely do-able.TOOK::MCPHERSONpre-retinal integrationMon Feb 22 1993 08:4517
>
>In other words, are there MCC_calls equivalent for :
>	EXPORT ...
>	SUSPEND EXPORTING ...
>	RESUME EXPORTING ...
>	DELETE EXPORTING ...
>
>and what is the parameter passing mechanism ?
>

    Absolutely!   What you are describing is simly issuing an MCC_CALL_FM
    with the "Verb" set to "MCC_K_VERB_EXPORT" and put in the other args.

    See the System Reference Manual and Management Module Programming Guide
    for more info on how to use mcc_call() interface.

    /doug
4586.3read the MRM alsoKAJUN::NELSONMon Feb 22 1993 10:067
In addition, to reading the MM Programming Guide and the SRM, you can
read the Exporter FM Module Reference Manual (MRM), which defines
mcc_call interface to the the Exporter FM. The MRM for each module
shipped by Digital comes with the DECmcc Developer's Toolkit. It is an
install-time option or you can pull it out of the saveset. 

...kjn