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 |
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
difference between CHAIN and READE?
As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?
can i use UPDDTA command in rpg program in which contains a file
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.
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
How to index LF by relative record no (RRN)
what is *place and *auto keyword in prtf ?plz explain