Is Constent can be define as a key field?
Answers were Sorted based on User's Feedback
Answer / praneetha
Firstly a Constant cannot be a part of a File field list.
There is no meaning in having a Constant in the Key field.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ravi
No, Constant can not be define as a key field.
Constant can not be the part of file field.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / syam
No, But you can give a constent Value in physical file
field and you can specify that field as a key field.
In PF
A XXXXX 20 Value("MYNAME")
yyyyy 6 0
Kxxxxx
| Is This Answer Correct ? | 3 Yes | 3 No |
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?
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?
How to retrieve a physical file after deleting that?
How to know logical file belongs to which physical file without source?
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 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?
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
How many libraries can be there in a library list?
Why we create the Physical File Member?
What is the use of member in pf?
Can we concatenate fields in physical file? If yes how can we do?
How to know the particular record in pf with out reading?