Q1.How we can copy the data of file one session to another
session?
Q2.how we can execute a loop infinitely in AS/400 coding?
Q3.In ALDON tool,multitask is posible on a perticular
object by the user?

Answer Posted / sunita singh

1. By using CRTDDMF command you can copy the data of file
of one session to another
2. By using DOW and DOU command
D Done s n inz(*off)
/free
DOU Done;
//work done
ENDDO;
/end-free

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a rpg?

692


How to declare the pull button in AS/400..

1868


How can we override a file during runtime in rpg?

677


can I touch the array during treatments?

750


what was the robotech rpg?

676






We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?

754


Interviewer asked me write down DDS for load all subfile .can anybody write dds

1009


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

543


how do I play {insert rpg system here}?

576


1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?

475


Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?

1443


How to write record if no field or the field are different in physical file in rpgle ?

473


How to call one program from another program in RPG? please help me with the code

1250


Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?

4193


What is ment by record level identifier?

645