× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Paul, maybe this will help where you can use command variables within AJS.

https://www-01.ibm.com/support/docview.wss?uid=nas8N1011446


On Sun, Aug 11, 2019 at 4:37 PM Jerry Adams <midrange@xxxxxxxx> wrote:

This is very interesting. I just wrote a simple program (below) and used
the SBMJOB command to CALL TESTRTV. The joblog did not show any errors,
and
the job completed normally. I don't know anything about anything,
especially the Advanced Job Scheduler, but this RTV command did not blow
off
because of the job queue.

But, then, I have probably missed something in thi discussion. So, please
excuse me.

PGM
DCL VAR(&TIME) TYPE(*CHAR) LEN(8)
RTVSYSVAL SYSVAL(QTIME) RTNVAR(&TIME)
ENDPGM


Jerry C. Adams
If you can't say something nice, make it funny.
IBM i Programmer/Analyst
--
NMM&D
615-832-2730

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf
Of
David Gibbs via MIDRANGE-L
Sent: Sunday, August 11, 2019 11:15 AM
To: Midrange Systems Technical Discussion
Cc: David Gibbs
Subject: Re: RTVSYSVAL not allowed in an AJS job results in a CPD0031 -
Command RTVSYSVAL not allowed in this setting.

On 8/10/19 6:42 PM, Steinmetz, Paul via MIDRANGE-L wrote:
I need to retrieve the current system time in an AJS job, saving in an
AJS variable. RTVSYSVAL results in a CPD0031 - Command RTVSYSVAL not
allowed in this setting. Why are some commands restricted?

RTVSYSVAL is only allowed to run in a CL program context because it
retrieves a value and assigns it to a passed in variable.

TBH, I'm not familiar with AJS... but if it runs commands in a batch
context
(which I'm assuming here), then the RTVSYSVAL command won't work because
it's not in a program.

Most of the RTV commands behave this way ... unless they are putting the
information into some external container (like RTVCLSRC puts the source
into
a source member).

david

--
IBM i on Power Systems: For when you can't afford to be out of business!

I'm riding 615 miles (Yes, you read that right) in the American Diabetes
Association's Tour de Cure to raise money for diabetes research, education,
advocacy, and awareness. You can make a tax-deductible donation to my ride
by visiting https://mideml.diabetessucks.net.

You can see where my donations come from by visiting my interactive
donation
map ... https://mideml.diabetessucks.net/map (it's a geeky thing).

I may have diabetes, but diabetes doesn't have me!
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link:
https://amazon.midrange.com

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.