What is the difference between iter and do?
No Answer is Posted For this Question
Be the First to Post Answer
i would like to know under what circumstance the object will get locked on AS400.
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
where we give the MSGSFL in rpg400?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.
explain sflclr, sflend, sfldlt, and sflcsrrrn?
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
What is the difference between iter and do?
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
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