How to reverse a string using RPG?
No Answer is Posted For this Question
Be the First to Post Answer
is there any way to dynamically merge other html scripts into a given html?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
WHAT IS DECIMAL DATA ERROR IN RPG IV...WHEN WILL IT HAPPENS?
what are the basic features of seu?
define a shared access path?
Is it possible to join the same file to itself ?
How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
1.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file
what is join logical file?
1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?
how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?