explain the difference between defining subfile and message-subfile?
Answer / avneesh kumar verma
Subfile record is defined by SFL keyword, where as Message subfile is defined by SFLMSG keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is procedure prototype and procedure interface.
how will you add a field to physical file already containing data?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
what is cab?
explain the use of dftwrt display keyword?
how to define to define a hidden filed in dspf ?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
What are the system objects required for journalling?
using dfu, user will be able to ___________ from physical file?
What is the purpose of CHGPF (Change physical file) command?
what is term cua , saa?
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?