define data structure?
Answer / nitin trivedi
Data structures are specified in the Input specifications of an RPG/400 program to define an area in storage and layouts of related sub fields.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the record format field mapping options in cpyf?
define the purpose/use for sflrna?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
a program variable coded in an embedded sql statement is referred to as?
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
What is source physical file?
can you display a empty subfile?
What command must be executed before executing OPNQRYF command?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
how do you turn off indicators 50 through 59 in only one operation
How can we update a specific field in RPG?
Hi, can you plz tell me ...syntax for GET command in FTP & SFTP is same or different???