can we perform CHAIN operation on Subfile record format....?
Answers were Sorted based on User's Feedback
Answer / madhura
WE can chain subfile by Relative record number RRN.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / ambikapathy velu
Yes CHAIN operation can be performed on Subfile record
format. You need to declare on hidden field and CHAIN
operation to be done with the hidden field.
| Is This Answer Correct ? | 12 Yes | 6 No |
Answer / kamlesh
Declare RRN field in F spec. Then move valid RRN into this
field and apply Chain on SFL record format having RRN field
specified in factor1 of chain. Specified RRN record from
subfile will be read by system.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rosh
Yes, we can chain the subfile by using RRN number to
subfile record format.
| Is This Answer Correct ? | 2 Yes | 0 No |
How to write record if no field or the field are different in physical file in rpgle ?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
how can an indexed file be used as arrival sequence in RPG?
1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
How many program bind in one module....
Can we possible to key with the date field?
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.
Why did we give STRSRVJOB while debugging batch program
How can you determine the number of characters in a variable?
How can you delete records form a file in rpg without using "Delete" OPCODE?
Can someone tell me tell me what is meant by message wait...?