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 |
parameters cannot be passed in which one??
How do you call procedures in ILE?
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
difference between CHAIN and READE?
Why did we give STRSRVJOB while debugging batch program
A rpg or clp command to find if the file field is defined as a character or numeric field.
can anybody help me that what is the procedure of debugging the service program?
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
how do u find whether a record is locked or not??
Hi, Can anybody give me real sinario for SFLRCDNBR?with example?
1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400
10 Answers IBM, Tech Mahindra,
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.