Which keyword is used both in subfile and subfile control
record format of a DSPF?
Answers were Sorted based on User's Feedback
Answer / syam
Dear Rajgoaj you are correct. but that is in Subfile
Message Record format on DSPF.(SFLMSG & SFLCTL)
My answer for Subfile and Sufile control record format.(SFL
& SFLCTL)
Please check the question. You make sure before
appyling "No". Thanks
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / sidc
LOGOUT
KEEP
CHECK(AB)
CHECK(RL)
AND THE INDICATORS
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / syam
Indicator keywords can use in both record format.
XXXCTL Ex:
Keyword Indicators/+ Resp Text
CA03 03 Exit
CA12 12 Cancel
XXXSFL Ex:
Keyword Indicator Text
CA03 03 'Exit'
CA12 12 'Cancel'
| Is This Answer Correct ? | 8 Yes | 7 No |
Answer / syam
Modification on first answer:
XXXSFL Ex:
Keyword Indicator Text
SETOFF 03 'Exit'
SETOFF 12 'Cancel'
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / 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 |
what is the purpus of the chain and setll and setgt ?
how can i know logical file belongs to which physical file without source?
In how many ways we can create a logical file?`
Can we concatenate fields in physical file? If yes how can we do?
How we can't update join logical files?
How can we handle errors in RPG?
What is the interactive job?
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?
Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?
Why we create the Physical File Member?
1. How can I create a LF using crtlf command based on a particular member in a multimember PF? Where I have to specify the member name? 2. How to differentiate between the types of join from a Join logical file DDS. Is it possible to have different types of Join Logical files? 3.Any performance difference between Opnqrf and Embedded SQL? When I should prefer Opnqryf and when SQL? 4. I know access path is the path chosen by the program to retrieve data. It can be of keyed access path or arrival sequence. *IMMED- *IMMED description says access path is updated each time record is added or deleted from a member. - What is updating here? *REBLD - The access path is completely rebuilt each time a file member is opened. The access path is maintained until the member is closed, then the access path is deleted. - I am not able to understand this completely. Could anyone explain these more clearly? 5.What is the purpose of using activation group. I know it is a resource allocator, but other than this any other benefits of using an activation group?
What is open data path? And what is the difference between access path and open data path?