Good morning my experts.Im kuppi.im working as a software
trainee on AS/400 technology.i have also joined with ibmi5
team.im trying to convert date with cl/400 coding.I have
taken 2 parameters(like date and date types).
A. If suppose date type is j,Now i want to convert date to
*MDY format
B. if date type is M,now i want to convert date to *JUL
format
C. sending a Program message with the value of converted
date.
Answer / vidya
you can use CVTDAT - CL Command to complete this task.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is the purpose of the following? FORDHDR1 IF E K DISK ORDHDRF KRENAMEORDHDRF1
What is purpose of declarative statement DEFN?
how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help...
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
what is join logical file?
Can anybody know difference between SNDUSRMSG AND SNDPGMMSG IN CL PROGRAMMING? IF DON'T KNOW MAIL ME @ gkarthik.as400@gmail.com
how do you read changed records backward in subfile?
What is the difference between Interactive & Batch Job?
what are necessary keywords to code message subfile?
what are different types of substems?
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?