|
Hi Tim,
well - in RDi there is a tool called "Visualize Application Diagram" -
this gives you a graphical tree-like view of the called objects (programs
and service programs) - which would result in all possible call stacks.
HTH
Daniel
Von meinem iPad gesendet
Am 19.06.2023 um 10:03 schrieb tim ken <timk2574@xxxxxxxxx>:or
Hi,
Thanks for all these inputs but what I am looking for is neither a live
past joblog. What I want is a complete call stack for all the involvedusing
programs from the main program something siilar like which we get by
DSPPGMREF (but problem here is again the program and module objects whichor
are being referred from the main program , i need to again look inside
those programs and modules whether they are calling some other programs
modules so by doing this again and again manually is becoming too hard)the
i tried this 'SELECT * FROM
TABLE(QSYS2.STACK_INFO('123456/JOBNAME/JOBUSER')) based on the job( by
mentioning its corresponding job details) which ended in the system few
days back but this command ended in error with message id 'CPF503E'. "An
error occurred while invoking the associated program or service program
.........in library QSYS with error code 1- "the external program or
service program returned SQLSTATE 42704. The text message returned from
program is : job (my job details) NOT FOUND".which
I don't have any hawkeye or aldon tool available to analyze all these
impacted programs.
Though I can see this job's completion history in the ROBOT Job log but
from there also it's very difficult to read all the joblog and filter out
all the called programs and modules names from there.
From DSPJOB How to get such called programs and all the modules list
are invoked by this main driver program? it will just show again a joblogand
which will be containg many pages to read and filter out all the programs
and modules names from it.
Thanks.
On Sun, 18 Jun 2023 at 00:22, Vern Hamberg via RPG400-L <
rpg400-l@xxxxxxxxxxxxxxxxxx> wrote:
Hi Eric
I think the OP wants to know the live job call history - option 11 on
DSPJOB - this might also show IBM programs in the job.
The cross-reference tools are great for just what you describe - we use
Abstract, and I've been able to get very helpful call stream diagrams,
very useful for learning an entire process.
Cheers
Vern
On 6/17/2023 1:28 PM, Lehti, Eric wrote:PATHfinder (https://hawkinfo.com/features/ , and Aldon S-Compare
Why reinvent the wheel?
Cross-reference code tools have existed forever for IBMi: e.g. Hawkeye
https://en.wikipedia.org/wiki/Aldon_Inc.
Thousands of hours of developer time were required in building thoseutilities.
physical files like QRPGSRC, QRPGLESRC, QCBLSRC, QCBLLESRC, you "could"
If you are referring to programs having source in multi-member source
override to each source member iteratively e.g OVRDBF FILE(QRPGLESRC)
TOFILE(QGPL/QRPGLESRC) MBR(PROOF) and search that member with STRSQL,
relatedDLTOVR after viewing each member.
But why invest time in building your own ad hoc tool?ken
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of tim
chain up to let's say 100 programs.
Let's say program A is calling B and Bis calling C like wise there is a
So in a single SQL query can i get all these program names?
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription
related questions.questions.--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.
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.