what is scan and xlate?
Answer / 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 |
What is GDA?
What are the valid data types in Data Queue?
what is rpg fixed logic cycle?
what are the different opcodes available in rpg for database access ?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
what is the maximum number of records you can specify in a display file?
What is the purpose of OPNQRYF (Open Query File)?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
what is qcmdexc?
what if my system I runs with system value qccsid 65535?
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?