What is the line statement?
The LINE statement defines report detail lines. One or more LINE statements can be specified. Each LINE statement defines a single report line. The LINE statements must be placed following the TITLE statements.
How to comment in Easytrieve?
Comments in Easytrieve (start with *) Comment lines need to start with an asterisk ( * ). There is no multi line comments in Easytrieve. For every comment line, you need to have * as the first non-blank character.
How do I write a report on easytrieve?
Easytrieve® Report Generator 11.6
- Copy Installation Files to zOS Data Sets.
- Install Products Using CSM. Acquire Your Product Using CSM. Install Your Product Using CSM.
- Maintain Your Product. Maintain Products Using CSM.
- Configuring. Configuration Best Practices.
- Migrate from Release 6.4 to 11.6. Library Name Changes.
What is the syntax of line?
Declaration : void line(int x1, int y1, int x2, int y2); line function is used to draw a line from a point(x1,y1) to point(x2,y2) i.e. (x1,y1) and (x2,y2) are end points of the line.
What is the syntax of line statement?
Explanation: In a LINE statement, if the relative form is used on the second coordinate, it is relative to the first coordinate. After a LINE statement, the last referenced point is x2, y2. This draws a line from the last point referenced to the point (x2,y2) in the foreground color.
What does mask statement do in easytrieve?
MASK is the EASYTRIEVE PLUS keyword. Letter names the edit mask to follow. Once a mask is defined, it need not be defined again; simply use the letter. BWZ (blank when zero) specifies that a field should not be printed if the entire field contains zeroes.
What does Report Definition statement Title do in easytrieve?
The REPORT statement defines the type and characteristics of a report. Multiple reports can be specified per single JOB Activity Section.
What is int gd detect GM?
DETECT is a macro defined in “graphics. h” header file, then we have passed three arguments to initgraph function first is the address of gd, second is the address of gm and third is the path where your BGI files are present (you have to adjust this accordingly where you Turbo C compiler is installed).
How many characters do Easytrieve statements contain?
Positions 1 through 72 are expected to contain Easytrieve statements. All 80 characters are printed on your listing, as illustrated in the next exhibit. A statement area can contain more than one statement or, in the case of continuations, a portion of a statement.
Are keywords reserved for the use of Easytrieve only?
Some keywords are reserved for the use of Easytrieve only; the nonreserved words can be used as data names in the appropriate context. Field names are composed of a combination of not more than 40 characters chosen from the following. Field name must contain at least one alphabetic or special character to distinguish the field name from a number
What is the best way to code Easytrieve programs?
It is recommend to code Easytrieve programs in uppercase only. Lowercase keywords are not recognized by the compiler. Each of your program statements (source statements) is a record of 80 characters. As each one is read, positions 73 through 80 are ignored.
What information is expected to be on my Easytrieve listing?
These positions are expected to contain optional information, such as statement sequence numbers, and program identifiers. Positions 1 through 72 are expected to contain Easytrieve statements. All 80 characters are printed on your listing, as illustrated in the next exhibit.