vineet chauhan


{ City } ghaziabad
< Country > india
* Profession *
User No # 104136
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 5
Users Marked my Answers as Wrong # 1
Questions / { vineet chauhan }
Questions Answers Category Views Company eMail




Answers / { vineet chauhan }

Question { iGate, 8837 }

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


Answer

by use user defined data structure, we can change date format

Is This Answer Correct ?    1 Yes 0 No

Question { Genpact, 14080 }

Write a query to get all details of employee who has maximum
salary from employee table


Answer

select max(sal) from emp it will show max sal of

Is This Answer Correct ?    4 Yes 1 No