HP3000-L Archives

April 1998, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael Holzer <[log in to unmask]>
Reply To:
Date:
Tue, 31 Mar 1998 18:39:13 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
I try to write an awk script that processes MPE files and should
execute MPE commands, but the MPE commands fail?

Any idea why?

Regards

Michael Holzer


details:

CI:
--------------------------------------
HPPATH = hpbin.sys,/sys/hpbin,MHOSRC,MHOCMD,MHOPRG
awk.hpbin.sys;&
  info='-f ../MHODRO/PASPPX &
   -v pasout=WHTESTL  fs_syntax=MPE &
  WHTESTS'

callci: not found
showvar: not found
0

SCRIPT: PASPPX.MHODRO
------------------------
BEGIN {
        system ("callci setvar pas_sql_src false")
        fs_syntax = "MPE"
        system ("showvar SCM_UID >pasppuid")
        getline < "pasppuid"
        print NR, $1
        close ("pasppuid")
}

ATOM RSS1 RSS2