i want to retrieve record b/w 2 dates in as400
Answers were Sorted based on User's Feedback
Answer / vijay
Take date 1 and date 2 as date fields and give the condition as If date 1 > = date and date 2 < = date ;
dsply date ;
Endif; then u can retrieve the records based on the above condition.
| Is This Answer Correct ? | 0 Yes | 1 No |
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
How to identify the object has compiled with the debug view as *source without using STRDBG?
what is the difference between SETON RT & RETURN?
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
in which journalling which attributes are necessary
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
How to find d key field of a pf that doesn’t have source physical file?
1.CA(command Atention key)& CF(command Function key) difference with example?Please can any body tell me in real time exp? 2.Can any body tell me some mandatery function keys using while creating any screen with use of SDA-FUNCTION kEYS?
we are sending data of physical file to screen design and it is showing no record why?