Hi,while writing a program, what is the mandatory
specification using rpg/400 (in7 specification)?And please
tell me what is the difference between SCAN AND CHECK
opcodes?can any body tell me in real time senario?with
example?
Answer Posted / t thomas
%check validates a string character by character to a
particular set of characters and gives 0 if that character
in the string is not present in our set else give the
position.
%scan checks in a string whethere a string or character is
present in another string and also gives the start position.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
difference between sflrcdnbr and sflnxtchg?
what is the purpose of overrides?
which are the member types which seu supports?
what is xfoot opcode ?
what are members?
What is a query can be displayed without saving it?
what is *inzsr used for?
What is the difference between non-join logical files and join logical files?
Difference Between Interactive & Batch Job?
what are the different types of arrays available in rpg ?
what is the maximum number of subroutines allowed in rpg?
what is scan and xlate?
what does the ovrdbf command do?
how can you detect overflow for a print program that prints multiple lines per cycle?
how can you check for a records existence without causing and i/o (chain/read)?