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 |
Errors in Sql query will be in which state?
difference between CHAIN and READE?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
I know whole thing ab't Arrays related to declaration..can anyone tell me what exactly use of array or anyone faced a situation where he found use of array must....
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?
what is commitment control?explain about it?
what is edit word and edit code
suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .
How can we make use of SETLL operation in CL?
How to add 2 new fields in a file? How many ways are there in as400?