if &var='good++++' &var2='day' &var *cat &var2
&var1 *tcat &var2 what is output
Answers were Sorted based on User's Feedback
Answer / naveen chandra joshi
your question:
Var1 = 'Good '
var2 = 'day'
Answer:
Var1 *cat Var2 = 'Good day' (Included trailing spaces in
first variable)
Var1 *tcat Var2 = Goodday (Removed Trailing spaces from
first field).
| Is This Answer Correct ? | 4 Yes | 0 No |
diffrence between rename and prefix
What are the types of data areas?
what is the difference between udate and the system date?
How can we sort an array?
what is the length of a variable in rpg?
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.
What Is Ddm ?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
What is file information data structure(infds) in as400?
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...
Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?
define the purpose of the *bcat function?