what is data structure?how many types of data structers?
Answer Posted / jeet
Data structure is specified in the Input Specification of an RPG 3 Program where as in RPG 1V we specified in 'D' specification.
Data Structure is define an area in storage and layout related subfields.
There are 4 types of data structures
1) Data Area Data Structure
2) File Information Data Structure
3) Program Status Data Structure
4) Multiple Occurence Data Structure
Data Structure is used for
1) To break fields into subfields
2) To change the format of the field
3) To Group non-contiguous data into contiguous format
4) To convert data.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
which cl command can be used at program execution to redirect the file named in an rpg program?
what are various techniques to pass parameters from one program to another?
what is the sequence when using cursor?
how to validate input values in display file ?
what is the purpose of the indara keyword?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
what is the purpose of putovr (put with explicit override) keyword?
what is the length of a variable in rpg?
how do u compile rpgle program?
What is program status data structure(psds) in as400?
define subsystem?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
What is the Difference between command attention key and command function key ?
what is the purpose of indicators in rpg?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?