As Packed veriable store 2 digits in 1 byte and ZONE
variable store 1 digit in 1 byte...
Please tell me when we have to use Packed and Zone
variable...?
Answer / ld123q44
Always used packed for a numeric field unless that field
will be subject to formatting(like the Social Security
Number) or exported or used by a another computer system
whose native data storage is not EBCDIC.
| Is This Answer Correct ? | 11 Yes | 0 No |
what is data area and how it is used in rpg program ?
How to find d key field of a pf that doesn’t have source physical file?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
What is ment by record level identifier?
What would be the effect on the field where reverse image, underline and high intensity?
How can we make use of SETLL operation in CL?
Why we cannot call a service program? If I add a PEP can i call the service program?
Need a sql query: retrieve all duplicate records in table?
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
How can i check the object existance in RPG program without using QCMDEXC command.
How do you code file / field renames in ILE RPG?
what do you mean by an input subfile, what are the keywords required?