Answer Posted / govind ram
SCAN operation scans a character string (base string) contained in factor 2 for a substring (compare string ) contained in factor 1.
XLATE operation translates characters in source string (factor 2 ) to the from and to strings (factor 1 ) and put into the result field.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are the two record formats a subfile contain ?
WHAT IS AS/400 SYNORIO?
explain the use of dftwrt display keyword?
can we define multi-dimensional arrays in rpg ?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
What is program status data structure(psds) in as400?
i am using non join multiple format my 3 database file is like that pf97 R REC ENAME ETENNO ESTATUS K ENAME pf98 R REC1 ENAME ESAL K ENAME PF99 R REC3 ENAME CRDCARD EID K EID & MY NON JOIN LOGICAL FILE IS ALSO SAME EXCEPT RECORD NAMES BEFORE I TRIED WITH 2 FILES SO ITS SAYS ERROR I.E.(Key field attributes must be same as for previous formats. ) SO I CHANGED KEYFIELD ACCORDING TO PF SO ITS WORKING BUT AFTER ADDING 3 FILES ITS SAYING SAME ERROR . I DONT KNOW I NEW IN AS400 PLLZ HELP ME I HAVE ONE MORE QUE. CANT BE USE DIFFERENT KEYFIELD (NOT ACCORDING TO PF) IN NON JOIN LOGICAL FILE.
What Is Ddm ?
what are the different opcodes available in rpg for database access ?
can a indexed file be accessed in arrival sequence in rpg program?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
What are the different opcodes used for file operation on a subfile in a rpg pgm?
What Is Default Data Type (if You Define Decimals '0') In Physical File?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
what are various techniques to pass parameters from one program to another?