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 |
How many max. Record format a logical file have?
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.
I had created one physical file tell me command to enter data in to?
what is the difference between adding keys & constraints into a phisical file
Last statement of any RPG pgm is LR?
How to index LF by relative record no (RRN)
How to retrieve a physical file after deleting that ? what is keyword used for that....??
When we use any keyword like FIFO,LIFO, at file level but whenever we check by runqry we couldn't find answer in FIFO,LIFO,FCFO etc so how we check the answer.
What is open data path? And what is the difference between access path and open data path?
What is the interactive job?
How many libraries can be there in a library list?
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?