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 |
in which journalling which attributes are necessary
wat is curser?? and its types???
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
suppose if we want to update the data in cl what we will do?
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
I want to add 10 days in current date. how it is possible in CL program...?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
How to find d key field of a pf that doesn’t have source physical file?
how do I declare a table or array in rpg iv?
How do you code file / field renames in ILE RPG?
steps involved in debugging and types of debugging modes?