What is the compilation option that has to he specified
while compiling an RPC program which uses a file having
date data type field?
Answers were Sorted based on User's Feedback
Answer / onlysumitg
use
1. "CVTOPT(*DATETIME) in header specification.
or
2. "Type conversion options . . . . CVTOPT" = *DATETIME in
coppilation option.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / zhang
RPC or RPG?
In rpg program, use Datefmt(Any valid date format) at H
specification
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we have a Physical file without any member ? Please let me know
can I touch the array during treatments?
why subproc not run in dftactgrp?????/plz explain
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?
Setps to create .csv file on IFS folder in AS/400( V4R3)....?
how does the rpg element work?
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
Can AnyOne tell me how to read join logical file in rpg from starting to end?
what is *place and *auto keyword in prtf ?plz explain
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?