What is the difference between Array and Table?
Answer / jeetendra yadav
Array: Array is stored any where in the body of the input records.
Table: Table is stored at the begining of the input records.
Array: We can access all the elements in array by specifying the array name.
Table: Only one table element can be accessed at a time.
Array: Array can be searched randomly.
Table: Table can be searched consecutively.
| Is This Answer Correct ? | 0 Yes | 0 No |
function of DSPPGMREF?
how many files can be defined in f specs?
What is the purpose of SFLFOLD and SFLDROP keywords?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
what are necessary keywords to code message subfile?
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 are the different methods to access seu?
Define a Job Queue?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
How to reverse the string in rpg