can we concate fileds in physical file? If yes how can we
do?
Answers were Sorted based on User's Feedback
Answer / kumar vikas
No, we cannot concat fields in Physical File. However, in
logical file, we can concat 2 or more fields together into 1
field. format is..
name concat(fname mname lname)
Is This Answer Correct ? | 31 Yes | 0 No |
Answer / kumar vikas
Hello Radha,
wat u r explaining here is a LF... the question was for a PF if fields can be concatenated in a PF. Ur answer is correct but for PF, fields cannot b concatenated.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / radha sammangi
00010A R RECORD2 PFILE(PF1)
00020A DATE CONCAT(MTH DAY YEAR)
00030A MTH
00040A DAY
00050A YEAR
Radha
Is This Answer Correct ? | 4 Yes | 4 No |
no...concatenation of two/more fields in pf not possible...
if you want to do it...it can be possible with the help of lf(logical file)
example: eid concat(jdate name dept)
here eid created with
3 other fields:
they are
joining date and
name
and dept...
Is This Answer Correct ? | 0 Yes | 0 No |
How can we know that a trigger has been added on a PF? and what is the purpose of adding a trigger?
wirte a simple program for read file in cl
How many maximum record format a logical file have?
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
How to add a field to a PF and compile it without loss of data?
I had created one physical file tell me command to enter data in to?
How to change the batch job to interactive job?
How to find the list of source physical files in a library?
What is open data path? And what is the difference between access path and open data path?
Can we concatenate fields in physical file? If yes how can we do?
In how many ways we can create a logical file?`
how to restrict upon adding the data for field reference file in DB400