how can we can we the data decimal error?how can we open such
file in support
Answer / raju ch
we can achieve this by populating the numeric value into Character data structure field.
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
How to add 2 new fields in a file? How many ways are there in as400?
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
Can we have a Physical file without any member ? Please let me know
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How Commitment and Roll back control is used in as400, explain with real time senario ???
How to declare the more than one file in cl/400.
what is flat file?
Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfile , from third page i have selected a record and called some other program .on returning, subfile is being loaded from the frist page. so can any one kindly suggest me in retaining my third page after returning. i.e loading from third page.
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .