Which keyword is used both in subfile and subfile control
record format of a DSPF?
Answer Posted / kapil kumar
Besides SFL, the following keywords are also valid on the
subfile record format:
* For message subfiles:
SFLMSGRCD (required at the record level)
SFLMSGKEY (required at the field level)
SFLPGMQ
* For all other subfiles (at the record level):
CHANGE CHECK(AB) CHECK(RL) CHGINPDFT INDTXT KEEP
LOGINP LOGOUT SETOF SETOFF SFLNXTCHG TEXT
The following otherwise valid keywords are not valid
at the field level when specified for the subfile record
format: DATE DFTVAL ERRMSG ERRMSGID MSGID
TIME
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the batch job?
What is the interactive job?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
What is the difference between access path and open data path?
Last statement of any rpg program is lr?
How to read a pf in reverse(from last record to first) using cl?
How to update physical file using logical file with example?
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
What is the use of member in pf?
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
How to retrieve a physical file after deleting that?
What is the interactive job? What is the batch job?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
What is FORMAT keyword and its use?
How to know the particular record in pf with out reading?