what is sflpag and sflsiz ?
Answers were Sorted based on User's Feedback
Answer / satyanarayan singh
SFLPAG : it is an attribute which specifies the number of records that can be displayed in a screen.
SFLSIZ : it is an attribute which specifies the number of records can be stored in subfile.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bharti verma
SFLPAG : it is an attribute which specifies the number of records that can be displayed in a screen.
SFLSIZ : it is an attribute which specifies the number of records can be stored in the subfile.
| Is This Answer Correct ? | 0 Yes | 0 No |
Specify different indicators used in RPG?
which single rpg opcode performs both setll and reade?
which are the string manipulation opcodes?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
what do we can do with the embedded sql statements?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
What is the maximum length of a variable name in CL?
how can you specify no duplicate key?
what is the difference between packed decimal and zoned decimal?
How many record formats can you have in a Physical file and in a Logical file ?
how do you pass parameters in cl?
can you display a empty subfile?