what is the purpose of data structure?
Answer / rajat prakash singh
* Divide a field in to sub fields
* Change the format of a field
* Group non-contiguous data in a contiguous format
* Define an area of storage in more than one format
* Define Multiple occurrences of data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the maximum number of subroutines allowed in rpg?
what does defn do?
In Which Specs Arrays, Tables & Constants Are Defined?
what is the purpose of ovrdta (override data) keyword?
How to create a user defined (general) data area?
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?
1) Suppose we call a pgm from CL, how come AS400 system knows whether the called pgm is to be interactive one or batch one? 2)How many members can exist in a PF?
what is code for reading member in rpgle when wehave like extmbr(*all) so we have 3 members in *all then i want to read first record in 2member
How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
what if my system I runs with system value qccsid 65535?
How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?