Maximum how many fields we can create under a record format
of PF?
Answers were Sorted based on User's Feedback
Answer / perfect
We can give max of 8000 fields after rec format of a PF
Is This Answer Correct ? | 26 Yes | 0 No |
Answer / ravi shankar porwal
We can give max of 8000 fields in rec format of a PF.But it
also depend on the no. of bytes occupied by the record
formate.Because rec. format of PF may occupy atmax 32766
bytes.ie if there is only one field which occupy 32766
bytes then we can't define a new field in record format.
so it depend on the no. of bytes occupied by the field
defined in the record format.
Ex.
Char field - max value(32766 bytes)
variable length field - max value(32740 bytes)
allow null field - max value(32765)
variable & allownull field - max value(32739)
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / viney
a max. of 8000 fields can be added in a physical file... a
single pf can have a max of 32 rec. fmts defined in it.
Is This Answer Correct ? | 1 Yes | 10 No |
Can anybody tell why Journalling is compulsary before Commitment Control?
How to change the batch job to interactive job?
How to retrieve a physical file after deleting that?
what is dynslt and why we use that command when do we use command
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
CRTDTA AND CRTARA should be used along with?
pls anyone explain about compile time array,pre run time array run time array
Last statement of any RPG pgm is LR?
Is Constent can be define as a key field?
How we can't update join logical files?
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?
Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?