How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO
What is the maximum number of key fields allowed defining in a physical file?
what is the use of data structures?
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?
What is a Library in AS/400?
What does SDA stands for ?
what is subfile?
what are the different opcodes available in rpg for database access ?
what is the maximum number of fields under a record format of physical file?
1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) What is Non-Join Logical file and its importance?
What is the purpose of the following? I 'CLOSED' C STAT01 I 'OPEN' C STAT02
can we define multi-dimensional arrays in rpg ?