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 |
What is the name of default out queue when user logs inn to syatem with valid profile?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
two types of read performed in dataqueue?????
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?
How to identify the object has compiled with the debug view as *source without using STRDBG?
What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
Difference between RESET and CLEAR
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
How to set on/off a group of indicators in a single statement?
can i use UPDDTA command in rpg program in which contains a file