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.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?
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?
What is difference between bind by copy and bind by reference?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
what r drawbacks of OPM? Why do we go for ILE RPG?
What is the Record Address file. How can we use it in RPG program?
How I can reread the physical file in CL program once the end of file reached in same CL program.
How to identify the object has compiled with the debug view as *source without using STRDBG?
what is plat file?
what is file identifier wher we can use
How do I link an existing logical file to it's Physical File without recompiling?
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’