Can someone tell me tell me what is meant by message wait...?
Answer / henry
When the job crashes (due variso reasons...example: decimal
data error, Level check error...etc), then the job status
goes to msg wait (MSGW)
| Is This Answer Correct ? | 13 Yes | 0 No |
How to call one program from another program in RPG? please help me with the code
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. 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.
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
how can you display specific subfile page on the screen in unequal subfile?
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
How can i check the object existance in RPG program without using QCMDEXC command.