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
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
A join logical file has how many record formats?
how can you detect and handle a record lock situation?
Can level check error occur if we do chgpf?
Can we debug the MSGW JOBS?
what key word is used when screen is re-display?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
How can we arrange duplicate records in a file?
in conjunction with what other keyword must ovrdta and ovrata be used?
what does the ovrdbf command do?
how does the runqry show the output?
what is sflrolval?
What is the difference between crtdupobj and copyf?
which are the string manipulation opcodes?
What Is The Difference Between Goto & Exsr?