how to change the length of the field in a physicalfile?
Answers were Sorted based on User's Feedback
Answer / mind
first open the source and change the field length or add
field then save and exit. now using chgpf command we can do
this without compiling again. if we increase the length
it's o.k. but if we decresed the length warning message
appear like data may be lost. in this case we can't
decresed length.
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / prima krishnan
By using the CHGPF command,we can change the length of a
field in a physical file....
| Is This Answer Correct ? | 2 Yes | 6 No |
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE
how to run only 10 modules of existing N modules in service program in RPGILE ?
two attributes which govern the excecution of a job>>>>??
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
What is difference between bind by copy and bind by reference?
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
how do I preserve and clean the array?
How can i check the object existance in RPG program without using QCMDEXC command.
which program rpg or cl is efficent to update a transaction onto a database file and why ?
in which journalling which attributes are necessary
How can we receive values from a called procedure in CL?