[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

3337.0. "Submitted batch procedure with ALLIN1/NOINIT and MERGE_LIST" by BERN01::BIGLERC () Tue Sep 28 1993 20:06

Hi all

i have a little problem with my batch procedure to format a WPSPLUS File in 
ALL-IN-1 V 2.4 and WPSPLUS 3.2.

I've wrote a command procedure who starts ALLIN1/NOINIT and starts a do mode 
script.
This procedure runs every x minutes and resubmit itself.

Command procedure:
Submit:
$ submit USER7:[BIGLERC.BUWAL]START_LBK.COM/after="+:2"-
  /LOG_FILE=sys$login_lbk_log.log/queue=BERN08_SYS$BATCH

Procedure:
$!
$ ALLIN1/NOINIT/KEYBOARD=SWISS_GERMAN_LK201/LANGUAGE=GERMAN/REENTER
  oa$ini_initialize
  mail initialize
  do lbk$a1$source:BUWAL_LBK_INP_A1.SCP
$ exit

In the script BUWAL_LBK_INP_A1.SCP i use the merge_list function. At this 
point the procedure failed and shutdown ALLIN1. I've i run the command 
procedure from an interactive process no problems ooccurs.

Error message:

[SCP/TRACE] ! Merge the processed source file with the predefined ruler def. 
[SCP/TRACE] ! << lbk$a1$source:BUWAL_LBK_INP_A1.SCP 0088
[SCP/TRACE] merge_list $first_temp_file, "LBK$A1$SOURCE:BUWAL_RULER.WPL", 
$sec_temp_file,,1,0,1,1,0 << lbk$a1$source:BUWAL_LBK_INP_A1.SCP 0090
^O
MASKE WPSYNERR
  .trace off

Any ideas

Greetings Chris
T.RTitleUserPersonal
Name
DateLines
3337.1Can't be doneIOSG::NEWLANDRichard Newland, IOSG, REO2-G/L2Tue Sep 28 1993 20:2210
The WPS-PLUS MERGE_LIST and SORT_LIST functions can only be used 
interactively.  This was discussed recently in topic 3140 in this 
conference.  The solution I suggested is only available with WPS-PLUS V4.

You say you are using ALL-IN-1 V 2.4 and WPSPLUS 3.2.  ALL-IN-1 V2.4
shipped with WPS-PLUS V3.1 and can be upgraded to WPS-PLUS V4.0.  There was 
never a WPS-PLUS V3.2 so I'm not sure what version you are using.


Richard
3337.2Thanks for youre quick response !BERN01::BIGLERCWed Sep 29 1993 19:138
Hi Richard

thanks for youre reply, i havent see the topic 3140.

Naturaly the version of WPSplus is V 3.1.
Sorry.

Greetings Christoph