how can we can we the data decimal error?how can we open such
file in support
Answer Posted / raju ch
we can achieve this by populating the numeric value into Character data structure field.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do I preserve and clean the array?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How to write record if no field or the field are different in physical file in rpgle ?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
how does the rpg element work?
what are the key words you must use when using a subfile?
How to select highest score of each subject or how to select highest income of every month?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
how do I declare a table or array in rpg iv?
Explain mdt?
how do you use commitment control in rpg?
What are the types of identifiers?
How would display prime numbers using CL program?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?