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 |
in which journalling which attributes are necessary??/
why we do STRSRVJOB in batch debugging in as400
Can more than one subfile record be displayed on one line?
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
1)how to do date validation in rpg? 2)how to delete dUPLICATE RECORDS?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
How can you delete records form a file in rpg without using "Delete" OPCODE?
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How to declare the dynamic(run time) array in rpgle? can you please give example