How to declare the more than one file in cl/400.
Answers were Sorted based on User's Feedback
Answer / rvd
we can declare only one file in cl and is its drawback.
| Is This Answer Correct ? | 5 Yes | 7 No |
Answer / sunitha
we cannot declare more tahn one file in cl that is the
drawback in cl
| Is This Answer Correct ? | 13 Yes | 21 No |
Answer / bhargav
My ans is like DCLF.but i dont know it is correct r not pls
correct me.
| Is This Answer Correct ? | 7 Yes | 20 No |
What will happen if we r using seton lr after return or vice versa.
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to handle duplicate error handling in RPG?
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
what is commitment control?explain about it?
What are the necessary keywords required to code a message subfile?
how do I preserve and clean the array?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?