What is the purpose of FRCDTA keyword?
Answers were Sorted based on User's Feedback
Answer / kcsyam
To immediately display a record format, without waiting for
the next input or output/input operation.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / surendra y mudliar
FRCDTA keyword is used for displaying the screen forcefully
without waiting for next output operation.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / bipul kunal
Immediately display a record format without waiting for the next I/O operation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can anybody tell me, does CL/400 handle LEVEL check while running the CL program....? plz share your experience...
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
How can we make use of SETLL operation in CL?
use of PUTOVR,OVRDTA,KEEP keywords?
what will happen two jobs have same name are submitted
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
Maximum how many files declare in rpgle
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?
difference between 1:%found and %equal built function in detail with example .
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.