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 |
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
What is FCFO, FIFO, LIFO in Database environment ?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
What is the type, length of a LDA?
Space & Skip Are Which Level Keywords?
how to validate input values in display file ?
can a join logical file be updated?
what is the difference between packed decimal and zoned decimal?
1.what is mean by compilation and runtime error? 2.How to define ALFA numeric value in pf? 3.what command is used to define a data in cl pgm? 4.What type of command is used in page at a time subfile and load all subfile?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?
what is the difference between clear and reset opcodes and open and close opcodes?please tell me in real time senario with example please? And What is the use of SFLNXTCHG?Where we can use this?