what built in function can be used with SETLL.If you want
to check whether the search argument is successful or not?
Please give me answer with example?
Answers were Sorted based on User's Feedback
Answer / swetha p rao
%Equal should be used with Setll .%Equal says whether the
argument is present or not.
Klist1 SetLL File1
If %Equal
/* Argument Found
else
/* Not found
EndIf
| Is This Answer Correct ? | 27 Yes | 4 No |
Answer / syam
SETLL to set pionter to a record
To set pointer to Starting of the file use
C *LOVAL SETLL Recordname
To set pointer to End of the file use
C *HIVAL SETLL Recordname
To set pointer to a particular record of the file use
C Move currentYEAR YEAR(2008)
C YEAR SETLL Recordname
| Is This Answer Correct ? | 3 Yes | 8 No |
Answer / guest
%Found built in function is used with SETLL.%found turned
to be on when a record find in the file.
| Is This Answer Correct ? | 11 Yes | 18 No |
Write a program to display prime numbers between 1 to 100 using RPGLE.
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
How can a screen field that has changed since the last output operation be detected?
How to declare the more than one file in cl/400.
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
What is a record lock error?
what is the equivalent keyword for CHAIN opcode ??
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?