Define each of the following operation codes
a, b, c, d, e
Answer / jayvardhan
a. READ To read the records sequentially.
b. READE To read the equal key records
c. READP To read the previous records
d. READC To read the records from the workstation file (Subfile).
e. REDEP To read the equal key previous records.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many Printer Files can Declare in a CL Program?
How to avoid using indicators in ile ?
What is library is as400? What are the types of library?
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
does we use case stmt in cl
What the difference between Source Physical File and Physical File?
what is full form for dds?
I am fresher 2009 passedout.can you pls explain me what is AS400 and where it can be used and how about growth in the position as well as salary, whether it is a programming language or else?
For AS/400 Freshers good website is
how to toggle between single line and multi - line display of a particular record in a subfile?
What are Control level indicators?
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?