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 |
how to read database records without locking them?
what is the difference between udate and the system date?
when do you use f-spec. Continuation line ?
What is the difference between Interactive & Batch Job?
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?
What is LDA?
I am working in session1 ans session2. In session1 3 jobs are running. In session2 2 jobs are running. How many LDA and temporary files will be created?
how many files can be defined in f specs?
Describe about Query/400?
when should I use method get, and when should I use method post in my cgis?
Pgm A is invoked through HTTP. It is in Activtion group QILE. Pgm A calls Pgm B and Pgm C. Pgm B is in activation group TEMPACTGRP. Pgm A ends in error. Pgm A is called again. But it gives an error that TEMPACTGRP still exists and files are present in QTEMP. What is the cause and how will u fix?
What are the functions of Remote Job Entry (RJE) ?