What is the compilation option that has to he specified
while compiling an RPC program which uses a file having
date data type field?
Answer Posted / david lex
NONE.
One is not REQUIRED to use the DATFMT H spec to compile any
program accessing date data types.
That being said, DATFMT will keep date data types
consistent when read from files, but individual stand alone
variables are not affected.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is program status data structure?
what is the difference between do while and do until?
can you debug ile rpg program using isdb?
is this a rpg channel?
what is *place and *auto keyword in prtf ?plz explain
can I touch the array during treatments?
What is difference between bind by copy and bind by reference?
how do I declare a minor?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
how does the rpg element work?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
how do I declare a table or array in rpg iv?
how can I tell when to replace the array?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
What is ment by record level identifier?