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 |
What is the interactive job? What is the batch job?
can any one pls tell me some differences between a LF and command OPNQRYF?
3 Answers Accenture, Cognizant, eFunds,
How to change the batch job to interactive job?
hi iam very new to as400. i had created one physical file can any one tell command to enter data in to that
1. How can I create a LF using crtlf command based on a particular member in a multimember PF? Where I have to specify the member name? 2. How to differentiate between the types of join from a Join logical file DDS. Is it possible to have different types of Join Logical files? 3.Any performance difference between Opnqrf and Embedded SQL? When I should prefer Opnqryf and when SQL? 4. I know access path is the path chosen by the program to retrieve data. It can be of keyed access path or arrival sequence. *IMMED- *IMMED description says access path is updated each time record is added or deleted from a member. - What is updating here? *REBLD - The access path is completely rebuilt each time a file member is opened. The access path is maintained until the member is closed, then the access path is deleted. - I am not able to understand this completely. Could anyone explain these more clearly? 5.What is the purpose of using activation group. I know it is a resource allocator, but other than this any other benefits of using an activation group?
what is open data path? and what is the diff b/w access path and open data path?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
what is use of self join and which cases you will use this join
what is open data base command
1 Answers Active Brains, Cognizant, CSC, CTS,
Which keyword is used both in subfile and subfile control record format of a DSPF?
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
How we can't update join logical files?