T.R | Title | User | Personal Name | Date | Lines |
---|
2551.1 | Yes | TOOK::KOHLS | Ruth Kohls | Mon Mar 16 1992 10:16 | 8 |
|
> Is it possible for verbs other than SET to use the Attrib_list for
>input arguments?
Yes. The SRM just specifies where you are required use it, not where you
shouldn't.
Ruth K.
|
2551.2 | Yah but... | TAEC::SILVA | Carl Silva, TBG Eng, SAT-0/C-H6, DTN:828-5339 | Tue Mar 17 1992 04:33 | 17 |
| RE: .1,
>> Is it possible for verbs other than SET to use the Attrib_list for
>>input arguments?
>
>Yes. The SRM just specifies where you are required use it, not where you
>shouldn't.
Does it always have to be a MODIFY verb or can it also be an ACTION
verb? When I try to use Attrib_List, my directive will not accept any
arguments like my SET does. Is there anything hard-coded in the FCL PM to
recognize the valid/invalid verbs that can use this data type as an argument?
I seem to be having some difficulties with this and I really appreciate
any and all help!
Carl
|
2551.3 | Help? | TAEC::SILVA | Carl Silva, TBG Eng, SAT-0/C-H6, DTN:828-5339 | Thu Mar 19 1992 06:39 | 8 |
| > -< Can other verbs use the attrib_list data type for an argument? >-
>
> Is it possible for verbs other than SET to use the Attrib_list for
>input arguments? I would like to define the following:
Has anyone doen this before?
Carl
|
2551.4 | Help? | TAEC::SILVA | Carl Silva, TBG Eng, SAT-0/C-H6, DTN:828-5339 | Thu Mar 19 1992 12:38 | 30 |
| RE: .1,
>> -< Can other verbs use the attrib_list data type for an argument? >-
>>
>> Is it possible for verbs other than SET to use the Attrib_list for
>>input arguments? I would like to define the following:
>
> Has anyone done this before?
I can't get this to work. I keep getting:
MCC> sql_search sql x demochar2 = 2
%MCC-W-ARGUNKNOWN, unknown argument DEMOCHAR2
MCC> sql_search sql x demochar2 = 2
%MCC-W-ARGUNKNOWN, unknown argument DEMOCHAR2
MCC> sql_search sql x total_mods = 1
%MCC-W-ARGUNKNOWN, unknown argument TOTAL_MODS
MCC> sql_search sql x
SQL LOCAL_NS:.x
AT 1992-03-19-17:25:18
An error occurred while encoding the TT package
ILV Status = %MCC-E-NOPARAMLIST, no parameter list
was supplied in this ILV buffer
MCC>
Does anyone have any ideas? 8-(
Carl
|
2551.5 | Another Try. | TOOK::KOHLS | Ruth Kohls | Thu Mar 19 1992 15:58 | 19 |
| OK. I looked through the SRM to verify what I remembered and there is
no reason given in the places I looked why you shouldn't use Attrib_list as
the data type of an Action Directive. Then I talked to Jill Callander. (You
corresponded with her on this issue before?) Jill says that the
support for doing what she now understands you want
to do is "mostly" there, the arguments are getting parsed but not
passed anywhere, which is why you are getting that error message.
Given this information, I think you ought to try a different definition
in your .MS for your request arguments, if changing the directive type
is not possible. Changing the request argument will lead at least to
a different command line syntax, and different argument extraction from In_P.
IF my information from Jill is incorrect, please send mail, to me and to Jill.
I find that even with an automatic extraction tool I miss too much in
the notes files and so respond too slowly, even with a friendly and
watchful moderator.
Ruth K.
|
2551.6 | Thanks! | TAEC::SILVA | Carl Silva, TBG Eng, SAT-0/C-H6, DTN:828-5339 | Fri Mar 20 1992 03:23 | 5 |
| RE: .5,
Thanks for the reply, you've given me a few ideas to try.
Carl
|