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
How to update physical file using logical file with example?
What is FORMAT keyword and its use?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
How to find the list of source physical files in a library?
Can we concatenate fields in physical file? If yes how can we do?
How to index LF by relative record no (RRN)
How to change the batch job to interactive job?
How to know the particular record in pf with out reading?
How many maximum record format a logical file have?
What is the purpose of the chain and setll and setgt?
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 interactive job? What is the batch job?
What is the interactive job?
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
Last statement of any rpg program is lr?