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 |
Can we have a Physical file without any member ? Please let me know
How to search particular records from the database file in rpg?
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
two types of read performed in dataqueue?????
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
Difference between RESET and CLEAR
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
Why Rpg/400 is Famous?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
can we use cl programming to update or delete physical files
can anybody explain significance of *loval setll with example code????