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 |
am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me
What are the commands that can be executed in CLP but not in RPG? Why?
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"
What is the syntax of passing parameters to a procedure by value?
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
in rpg could u please tell me errors types and meanings like 3030 that ....
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.