What is the use of Header Specification in RPG/400?
Answer Posted / vishwa natri
It identifies by H in column 6, provides informaion about generating and running programs.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What Is Default Data Type (if You Define Decimals '0') In Physical File?
what are the different commands used in rlu ?
what does defn do?
what are the different types of arrays available in rpg ?
how can you detect overflow for a print program that prints multiple lines per cycle?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
what is sflrolval?
What is %CHECK?
define what a data queue is along with a brief example of what it may be used for?
what is the purpose of overrides?
how to pick up the changed records every time in a subfile after the first change made ?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
How can we update a specific field in RPG?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out