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

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

1496.0. "MUA_PAT failes in V2.4 " by NWGEDU::ZIJLSTRA () Thu Sep 24 1992 08:41

With Version 2.4 dutch of all-in-1 I have a problem with the PAT option.
    
    From the logfile I can see that the prepare_filecab goes wrong.
    
    $ allin1/noinit/reenter/user=manager/language=
    %DCL-W-VALREQ, missing qualifier or keywrod value - supply all required
    values 
    
    From the original command procedure (MUA_PAT.COM) I found that at this
    place it should put account_lang which is filled earlier in the proc.
    
    account_lang = f$extract(60, 60, line)
    account_lang = f$edit(account_lang,"TRIM")
    
    Is this a known problem??
    
    Thanks in advance
    Cynthia Zijlstra
    
    
T.RTitleUserPersonal
Name
DateLines
1496.1Is OA$DEFAULT_LANGUAGE is defined ?GIDDAY::SETHIMan from DownunderThu Sep 24 1992 09:2514
    G'day Cynthia,     
    
    Can you check to see if OA$DEFAULT_LANGUAGE is defined ?  This should
    have the value "DUTCH" I guess.
    
    One point to note
    
>With Version 2.4 dutch of all-in-1 I have a problem with the PAT option.
                           ^^^^^^^^
    			   ||||||||
    As you may or may not be aware ALL-IN-1 is not spelt in lower case,
    please spell it like I have.  Or else !!!!!
    
    Sunil
1496.2PAT named dataIOSG::TALLETTArranging bits for a living...Thu Sep 24 1992 10:589
    
    	The code that submits the PAT job fills in this field. I don't
    	seem to have a V2.4 system right now to look exactly where but
    	its in the PAT named data I think.
    
    	Shout if you need more help.
    
    Regards,
    Paul
1496.3It's all in the OA$LIB:MUA_PAT.COMGIDDAY::SETHIMan from DownunderThu Sep 24 1992 11:1810
    Hi Paul,
    
    It's the OA$LIB:MUA_PAT.COM that fills in the language field.  The line
    reads default_language = f$trnlnm("OA$DEFAULT_LANGUAGE").
    
    ALL-IN-1 is invoked as follows
    
    $   allin1/user=manager/noinit/reenter/language='default_language'
    
    Sunil
1496.4I stand corrected!IOSG::TALLETTArranging bits for a living...Thu Sep 24 1992 18:461