what is the difference between *like and *namvar ?
Answer / hemendra kumar
*LIKE defines the variables as in database.
*NAMVAR is used to define variables as data area.
| Is This Answer Correct ? | 0 Yes | 1 No |
How are the objects stored on AS/400?
what does the ovrdbf command do?
What command must be executed before executing OPNQRYF command?
a program variable coded in an embedded sql statement is referred to as?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
Any change in service program we write binder language to allow signature change,What is the maximum number of signature change allowed in RPGLE?
3 Answers Syntel, Tech Mahindra,
how can we view the entire objects and its types in a pgm?
how can you check for a records existence without causing and i/o (chain/read)?
which are the query selection criteria, which can be given in a query?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
load all subfile logic in sqlrpgle and when updating particular record it must be lock form other jobs (not a 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...