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 |
How can we know running job is batch or interactive?
What is difference between bind by copy and bind by reference?
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)?
1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
can anybody help me that what is the procedure of debugging the service program?
in which journalling which attributes are necessary
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.
what is edit word and edit code
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
how to run only 10 modules of existing N modules in service program in RPGILE ?