Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Parkinson's Law: Work expands to fill the time alloted it.


computers / comp.sys.unisys / Starting a program from WFL with TADS

SubjectAuthor
* Starting a program from WFL with TADSCR
`* Re: Starting a program from WFL with TADSPaul Kimpel
 `- Re: Starting a program from WFL with TADSCR

1
Starting a program from WFL with TADS

<f8fd7cd5-b4a2-484b-9dd4-f9af65b0993bn@googlegroups.com>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=191&group=comp.sys.unisys#191

 copy link   Newsgroups: comp.sys.unisys
X-Received: by 2002:a05:620a:15e7:b0:6cb:e3bc:5844 with SMTP id p7-20020a05620a15e700b006cbe3bc5844mr3274087qkm.774.1663874351541;
Thu, 22 Sep 2022 12:19:11 -0700 (PDT)
X-Received: by 2002:a05:620a:4052:b0:6ce:d5bc:a905 with SMTP id
i18-20020a05620a405200b006ced5bca905mr3346239qko.629.1663874351335; Thu, 22
Sep 2022 12:19:11 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.unisys
Date: Thu, 22 Sep 2022 12:19:11 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=50.79.174.17; posting-account=MH_JkwoAAAB5cPLZ09i8nQ1BI1EWU4wI
NNTP-Posting-Host: 50.79.174.17
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f8fd7cd5-b4a2-484b-9dd4-f9af65b0993bn@googlegroups.com>
Subject: Starting a program from WFL with TADS
From: chaia...@gmail.com (CR)
Injection-Date: Thu, 22 Sep 2022 19:19:11 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1941
 by: CR - Thu, 22 Sep 2022 19:19 UTC

I should know this, but have forgotten how to do it. The following is the job. Where/how do I specify that the program is to be run with TADS ?
From CANDE, it is easy to do a RUN OBJECT/DIRSCANNER;TADS.

I need to pass various options to the program which has been compiled with TADS, which is why I am running it from the WFL.

00000100BEGIN JOB J;
00000200BDNAME=CSR;
00000310RUN OBJECT/DIRSCANNER ON WORKPACK;
00000400 DATABASE BLPACKDB(TITLE=BLPACKDB ON PACK);
00000500DATA OPTIONS
00000600PACKNAMES PROD
00000700COMPAREDATE -1
00000800?
00000900END JOB.

Thanks
Chai

Re: Starting a program from WFL with TADS

<tgj07v$2b9am$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=193&group=comp.sys.unisys#193

 copy link   Newsgroups: comp.sys.unisys
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: paul.kim...@digm.com (Paul Kimpel)
Newsgroups: comp.sys.unisys
Subject: Re: Starting a program from WFL with TADS
Date: Thu, 22 Sep 2022 17:56:31 -0700
Organization: A noiseless patient Spider
Lines: 37
Message-ID: <tgj07v$2b9am$1@dont-email.me>
References: <f8fd7cd5-b4a2-484b-9dd4-f9af65b0993bn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 23 Sep 2022 00:56:31 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="4b79c9fbfa4d306d1d3c96df1e00e3bd";
logging-data="2467158"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19aAEDLvvQ2mxhsn2yoDQOmgjrqaQy4Oqo="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.3.0
Cancel-Lock: sha1:RhlqJQ9YgcVca0jyXJAVwG6oSTo=
In-Reply-To: <f8fd7cd5-b4a2-484b-9dd4-f9af65b0993bn@googlegroups.com>
Content-Language: en-US
 by: Paul Kimpel - Fri, 23 Sep 2022 00:56 UTC

On 9/22/2022 12:19 PM, CR wrote:
> I should know this, but have forgotten how to do it. The following is the job. Where/how do I specify that the program is to be run with TADS ?
> From CANDE, it is easy to do a RUN OBJECT/DIRSCANNER;TADS.
>
> I need to pass various options to the program which has been compiled with TADS, which is why I am running it from the WFL.
>
> 00000100BEGIN JOB J;
> 00000200BDNAME=CSR;
> 00000310RUN OBJECT/DIRSCANNER ON WORKPACK;
> 00000400 DATABASE BLPACKDB(TITLE=BLPACKDB ON PACK);
> 00000500DATA OPTIONS
> 00000600PACKNAMES PROD
> 00000700COMPAREDATE -1
> 00000800?
> 00000900END JOB.
>
> Thanks
> Chai

The same way you do in CANDE. TADS is a Boolean task attribute, so it
can go anywhere a task attribute can go -- after the RUN statement and
before the DATA line, e.g,

00000310RUN OBJECT/DIRSCANNER ON WORKPACK;
00000350 TADS;
00000400 DATABASE BLPACKDB(TITLE=BLPACKDB ON PACK);
00000500DATA OPTIONS

Specifying just "TADS;" is the same as specifying "TADS=TRUE;"

When the program runs, TADS is going to need to connect to either a
remote station or an IDE (like PWB), so you may need to specify the
STATION or STATIONNAME attribute or supply file equation for the port file.

Paul

Re: Starting a program from WFL with TADS

<8b37854c-ae97-4232-b5d2-67a8868f67f6n@googlegroups.com>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=195&group=comp.sys.unisys#195

 copy link   Newsgroups: comp.sys.unisys
X-Received: by 2002:a05:622a:1a01:b0:35b:a454:dd01 with SMTP id f1-20020a05622a1a0100b0035ba454dd01mr7033953qtb.350.1663937597377;
Fri, 23 Sep 2022 05:53:17 -0700 (PDT)
X-Received: by 2002:a37:b8e:0:b0:6cb:e112:b9b0 with SMTP id
136-20020a370b8e000000b006cbe112b9b0mr5391658qkl.155.1663937597181; Fri, 23
Sep 2022 05:53:17 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.unisys
Date: Fri, 23 Sep 2022 05:53:16 -0700 (PDT)
In-Reply-To: <tgj07v$2b9am$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=50.79.174.17; posting-account=MH_JkwoAAAB5cPLZ09i8nQ1BI1EWU4wI
NNTP-Posting-Host: 50.79.174.17
References: <f8fd7cd5-b4a2-484b-9dd4-f9af65b0993bn@googlegroups.com> <tgj07v$2b9am$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8b37854c-ae97-4232-b5d2-67a8868f67f6n@googlegroups.com>
Subject: Re: Starting a program from WFL with TADS
From: chaia...@gmail.com (CR)
Injection-Date: Fri, 23 Sep 2022 12:53:17 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2650
 by: CR - Fri, 23 Sep 2022 12:53 UTC

On Thursday, September 22, 2022 at 8:56:32 PM UTC-4, Paul Kimpel wrote:
> On 9/22/2022 12:19 PM, CR wrote:
> > I should know this, but have forgotten how to do it. The following is the job. Where/how do I specify that the program is to be run with TADS ?
> > From CANDE, it is easy to do a RUN OBJECT/DIRSCANNER;TADS.
> >
> > I need to pass various options to the program which has been compiled with TADS, which is why I am running it from the WFL.
> >
> > 00000100BEGIN JOB J;
> > 00000200BDNAME=CSR;
> > 00000310RUN OBJECT/DIRSCANNER ON WORKPACK;
> > 00000400 DATABASE BLPACKDB(TITLE=BLPACKDB ON PACK);
> > 00000500DATA OPTIONS
> > 00000600PACKNAMES PROD
> > 00000700COMPAREDATE -1
> > 00000800?
> > 00000900END JOB.
> >
> > Thanks
> > Chai
> The same way you do in CANDE. TADS is a Boolean task attribute, so it
> can go anywhere a task attribute can go -- after the RUN statement and
> before the DATA line, e.g,
>
> 00000310RUN OBJECT/DIRSCANNER ON WORKPACK;
> 00000350 TADS;
> 00000400 DATABASE BLPACKDB(TITLE=BLPACKDB ON PACK);
> 00000500DATA OPTIONS
> Specifying just "TADS;" is the same as specifying "TADS=TRUE;"
>
> When the program runs, TADS is going to need to connect to either a
> remote station or an IDE (like PWB), so you may need to specify the
> STATION or STATIONNAME attribute or supply file equation for the port file.
>
> Paul
Yes Paul, you are correct. I was just putting the "TADS" in the wrong spot with the START statement. Thanks.

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor