Which keyword is used both in subfile and subfile control
record format of a DSPF?
Answer Posted / 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 |
Post New Answer View All Answers
How to retrieve a physical file after deleting that?
What is the difference between access path and open data path?
How to update physical file using logical file with example?
What is the use of member in pf?
How many maximum record format a logical file have?
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 purpose of the chain and setll and setgt?
I have physical 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?
Last statement of any rpg program is lr?
How to change the batch job to interactive job?
What is the batch job?
What is the interactive job?
What is FORMAT keyword and its use?
What is open data path?
How to read a pf in reverse(from last record to first) using cl?