suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
Answer / khalisha
CPU % will get increase,System will get slow and no printouts will print.
| Is This Answer Correct ? | 0 Yes | 4 No |
we are sending data of physical file to screen design and it is showing no record why?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4
What is use of IMPORT and EXPORT in RPGLE ? What is activation Group ? What is Service Program ???? How to call another program in RPGLE ?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
program to find the number of objects used in a given program through a display.
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
How to call one program from another program in RPG? please help me with the code
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?