What is difference between CAT, TCAT, BCAT?
Answer / sushama
CAT Concatenate two variables or constants into one continuous string.
BCAT Truncates all trailing blanks in the first character string, one blank is inserted, then the two character strings are concatenated.
TCAT Truncates all trailing blanks in the first character string, the two character strings are concatenated.
| Is This Answer Correct ? | 1 Yes | 0 No |
maximum number of subfiles that can be active for a single file is?
What is the maximum number of elements in an array?
what are members?
We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?
can I copy content of Physican file in some source Member of type TXT? Thanx..
What is the difference between a Physical File & a Logical?
28 Answers Accenture, ACS, IBM,
Hi i have one question In my srvpgm one module ADDM is there now i want to add new module i.e SUBM , please answer me IN STEPS how to write bndlanguage and how it was attach to SRVPGM
What is compiler directive in as400? Give example of compiler directive.?
how do you detect unused spool storage?
how a varible can be passed to a subfile...accnt1 contain data in a data area..ie Daccnt1 uds,Daccnt2 3 overlay(accnt1:1), DNo 4 overlay(accnt1:4)..we want to transfer this dataarea value from acnt0001 to a subfile..that means to enter each record we have to incriment account no,, i normal window we can do move accnt1 account_no eval account_no=accnt1 eval no=no+1 exfmt usr_account how it possible with Subfile????????.Please do answer? (Thank you for all your answers dear friends!!)
how you get the relative record in a subfile in which cursor is located?
How to change file attributes such as size, file wait time, record wait time etc., permanently?