Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WRKJOBSCDE & adding to 2nd machine

100 views
Skip to first unread message

Mr. K.V.B.L.

unread,
Aug 23, 2013, 10:44:18 AM8/23/13
to
I would like some way of copying the jobs I add with the WRKJOBSCDE command to be copied to a 2nd backup machine. Is there a QSYS2 table or some other mechanism I can query to get the list of jobs scheduled for one machine so that they can be added to another? Thanks!

CRPence

unread,
Aug 23, 2013, 12:52:07 PM8/23/13
to
The object QDFTJOBSCD type *JOBSCD in library QUSRSYS can be saved
and restored. As well, there is an API to obtain the entries:
http://pic.dhe.ibm.com/infocenter/iseries/v7r1m0/topic/apis/qwclscde.htm
_i List Job Schedule Entries (QWCLSCDE) API i_
"...

The List Job Schedule Entries (QWCLSCDE) API lists the entries in the
job schedule, QDFTJOBSCD. A subset of the list can be created by using
the job schedule entry name parameter. The generated list replaces any
existing list in the user space.

The QWCLSCDE API produces a list similar to the list produced by the
Work with Job Schedule Entries (WRKJOBSCDE) command.
..."

--
Regards, Chuck
0 new messages