What are the different types of messages in CL?
Answer / prerana shukla
Immediate message, Break message, Program message, User message
| Is This Answer Correct ? | 0 Yes | 0 No |
How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
What is the purpose of OPNQRYF (Open Query File)?
What is an authorization list?
what is clile code get last digit in numarice value
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
what are the different types of keys in AS400
what are the limitations of cl (compare to rpg) ?
how do you pass parameters in cl?
what does exfmt does?
is there any way to dynamically merge other html scripts into a given html?
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?