Hey,
What is the difference between SCAN,CHECK,XLATE OPCODES?
please give me the answeres with example in real time
senario?
Answer Posted / swadesh
SCAN:this allows to locate a character or string of
character within a character field.e.g if we want a string
like 'abc'exist in a base string like 'mnoabcd'or not.
fact1 opcode fact2 result hi lo eq
'abc' scan 'mnoabcd' var-name 90
value of var_name=4 & indicator 90 will be on.
CHECK:this is just opposite of scan.findout absence of
character or string of character.
fact1 opcode fact2 result hi lo eq
'123456' check '111*1' var-name 90
value of var_namr=4 & indicator 9 will be off on this
position.
XLATE:convert to upercase charecter to lowercase character
or vice-varsa.
declare in input specification as record identification
codes.
I 'ABCDEFGHIJKLMNOPQRSTUV C UC
I WXYZ'
I 'abcdefghijklmnopqrstuv C LC
wxyz'
then uses in c-spec.
c UC:LC xlate any-name result length_dec
if fact2 is-RAHUL u will get rahul.
| Is This Answer Correct ? | 40 Yes | 1 No |
Post New Answer View All Answers
how can I automatically refresh a web page?
define data structure?
what is the difference between sflclr and sflinz?
when is a tag statement used in rpg?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
maximum number of subfiles that can be active for a single file is?
Space & Skip Are Which Level Keywords?
how can you detect and handle a record lock situation?
which are the member types which seu supports?
what does defn do?
what is sflinz and sflrna?
A join logical file has how many record formats?
what is the use of dspatr(mdt) keyword?
is it possible to create a physical file without dds?
What Is The Object Type Of Pf, Lf, Printer File & Display File?