How to write record if no field or the field are different in physical file in rpgle ?
No Answer is Posted For this Question
Be the First to Post Answer
How would display prime numbers using CL program?
what do you mean by an input subfile, what are the keywords required?
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
difference between 1:%found and %equal built function in detail with example .
What is a record lock error?
How to set on/off a group of indicators in a single statement?
How to handle duplicate error handling in RPG?
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.