1. What is bound-by-call and bound-by-reference?
2. Where and why is *Nomain used?
3. What are the difficulties faced by programmers when using
service programs?
4. Explain the different ways of parsing and compiling XML
in iSeries.
Answers were Sorted based on User's Feedback
Answer / ravi
No main is declared in H spec. This will be present in Service program and this is to indicate that this program don't have any main procedure. It cannot be called as a program seperately.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sumit saharan
1. Bound by call is a static call where the code of called
program is inserted to the place during compile time.
In bound by reference only address of the called program is
passed and this is a dynamic call.
2. *Nomain is used for in module to tell this module cannot
be the entry point for any program.
| Is This Answer Correct ? | 2 Yes | 0 No |
Job is in MSGW while reading the input file and writing a new record / updating a reacod due to Duplicate data error. What action would you take ( C D I R )...?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
what is file information data structure?
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
What is ment by record level identifier?
what are the key words you must use when using a subfile?
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
how can an indexed file be used as arrival sequence in RPG?
What is the length of Signature?
As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
what is difference between DSPFD and DSPFFD?please give me real senario with good example?