steps involved in debugging and types of debugging modes?
Answer / syam
Debug Modes: Batch Mode, Full-Screen Mode, Remote Mode.
Is This Answer Correct ? | 5 Yes | 4 No |
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
Can more than one subfile record be displayed on one line?
A rpg or clp command to find if the file field is defined as a character or numeric field.
How do you find whether a record is locked or not?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
suppose if we want to update the data in cl what we will do?
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
Write a program to display prime numbers between 1 to 100 using RPGLE.
How can we receive values from a called procedure in RPG?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?