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 we have a Physical file without any member ? Please let me know
wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
How to print Superscript / Subscript from RPG400
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
difference betwen keywords and opcodes
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
What are the necessary keywords required to code a message subfile?
Need a sql query: retrive all duplicate records in table
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?