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 use of SDA ?
What are all the different types of access path?
What is the difference between Interactive & Batch Job?
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
Define the purpose of Factor 1 the Operation Code and *IN15 in following code HI LO EQ C *YMD Test(D) yymmddDate 15
what are the types of errors available in rpg IV or 400.Like decimal data error,sessional error or device error etc...means important error occurings,ie to find out suddenly???pls give answ if u know?
why do we use readc? What is sflnxtchg?
I am working in session1 ans session2. In session1 3 jobs are running. In session2 2 jobs are running. How many LDA and temporary files will be created?
which are the string manipulation opcodes?
Which command we can use to update a physical file using c.l pgm?
In there is 100 no. of recordsin PF, if i delete all the records. Then what is the Size of the PF?
What is the difference between /copy and /include in RPGLE?