how to convert date format from one format to another i think
in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
Answers were Sorted based on User's Feedback
Answer / latha
using H Spec
We can use it some functions like change of date format.
only one H Spec is allowed in RPG3. if we didn't specify
then SEU automatically include it as first statement.
We can use many H Spec in RPG4
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin
I think using data structure and MOVE operation it will be easy to convert date from one format to other
| Is This Answer Correct ? | 0 Yes | 0 No |
Want to know related Interview questions and answers for seniors
What is the difference between externally described file and program described file?
what is the purpose of DMPCLPGM IN CL?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
what is a primary file?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
what is the maximum number of parameters allowed in rpg?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?
What are the different types of access paths maintained on the file?
What is GDA?
what is maximum number of arrays allowed in rpg?