How we will read call stack?
Answers were Sorted based on User's Feedback
Answer / reena
Using QWVRCSTK API.
It returns the call stack information for a specified
thread. The first call stack entry returned corresponds to
the most recent call in the thread.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / gyanendra singh
wrkjob +option display u can read particular ot..
| Is This Answer Correct ? | 5 Yes | 1 No |
Can someone tell me tell me what is meant by message wait...?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
3 members in databasefile .how to read records from all the members??
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
How do I read records from Subfile? what is the purpose of READC explain with example?
How to change the name of physical members Dynamically?
How to handle duplicate error handling in RPG?
How to print Superscript / Subscript from RPG400
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?