rkkeane
New User
Joined: 18 May 2010 Posts: 2 Location: Hyderabad
|
|
|
|
Hi i hav some doubts on the easytrieve code.
1. I have the input file in the step which is of lengh 135. Following fields are declared in the file statement.
ARG1 1 6 A ARG1X 136 6 A
FUNC1 34 11 A FUNC1X 142 11 A
ARG 1 6 A FUNC 7 11 A
SEQ*IN 18 4 P0 SEQ*OUT 18 4 P0
CNT*IN W 4 P0 CNT*OUT W 4 P0
In which the field ARG1X will containds what?
Why the field SEQ*IN has * in it and what is p0 meant for?
IF FILE = FILE --> meant for what
If ARG is the 6 byte field then what is the meaning for
"MOVE ARG1X 17 TO ARG" statement?
What is meant by flunk? |
|