What is the difference between iter and do?
No Answer is Posted For this Question
Be the First to Post Answer
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
there is any limit to display the members in rpg400?
How many program bind in one module....
Suppose in CL we reach at end of file and again we have to reach from 1 record
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?
can I touch the array during treatments?
how to run only 10 modules of existing N modules in service program in RPGILE ?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
what r drawbacks of OPM? Why do we go for ILE RPG?
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
How do you find whether a job is a batch job or interactive?
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?