How to add a field to a PF and compile it without loss of data?
Answers were Sorted based on User's Feedback
First Add the fields whatever you want
then use CHGPF command
Physical file . . . . . . . . . > MyPf
Library . . . . . . . . . . . MyLib
System . . . . . . . . . . . . . *LCL
Source file . . . . . . . . . . MYSourceFile
Library . . . . . . . . . . . MyLib
Update the Physical file.No need to compile again.
| Is This Answer Correct ? | 24 Yes | 0 No |
Answer / vijay
add the field in the last and don't change the sequence of the old field then only you can used the CHGPF effectively
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / m.gupta
First add the field to existing pf for that u can do like this
2)Press 2 option for edit mode
3)Then go to the editor then u add the field in that editor what ever field u want
4)press f10 and write 'FILE' for saving file
5)Then u can write 'CHGPF'
6) Physical file . . . . FILE DEPT
Library . . . . . . MVLGUPTA2
System . . . . . . . . . . . . . SYSTEM *LCL
Source file . . . . . . SRCFILE QDDSSRC
Library . . . . . . MVLGUPTA2
7)Then click enter enter for 2 times
8)Then click UD and insert data
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ravi
Using CHGPF and CPYF you can add fields to a PF without
loss of data.
Thanks,
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mohan
The New field of the exisitng records would have a default
value
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vishal
You can use ALTER TABLE in SQL to add a new field without compiling file or losing data
| Is This Answer Correct ? | 0 Yes | 2 No |
How to know the particular record in pf with out reading?
how can i know logical file belongs to which physical file without source?
can we concate fileds in physical file? If yes how can we do?
Which keyword is used both in subfile and subfile control record format of a DSPF?
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?
Can anybody tell why Journalling is compulsary before Commitment Control?
Is it possible to create a logical file whose Physical file is not in same library?
What is the interactive job? What is the batch job?
I have a PF with out any data but the dependent LF is having data?
How to index LF by relative record no (RRN)
How to update physical file using logical file with example?
wirte a simple program for read file in cl