RPG/400 faqs?
How can i keyed a flat file in RPGLE
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
Can AnyOne tell me how to read join logical file in rpg from starting to end?
what procedure should we use to find whether the following operations are successful or not setll setgt chain read reade readp pls tell with example i'm not lazy to read the manual or not lazy to do anything.but sometimes i cannot understand the things given in manual in high level english its little bit complicated for me,i can't understand their way of writing thats why i ask these questions here and find the solution in simple words that i can understand thats the real reason sir.sorry if i had hurt you or disturbed you.please understand my situation.
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 the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
check existence of one record without using chain or read?
When a object will be locked & when a record will be locked? Plz explain.
How to set on/off a group of indicators in a single statement?
1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
can we perform CHAIN operation on Subfile record format....?
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic