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 |
Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?
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.
how can i know logical file belongs to which physical file without source?
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?
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 know total no of records in pf with out using sql??????
what is the intractive job? what is the batch job ? how to change the batch job to interactive job?
what is dynslt and why we use that command when do we use command
how to add a new field to a file without compiling it?
Last statement of any RPG pgm is LR?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
I have a pf, it contains 5 members, how to access particular member data from logical file?