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.
Answer Posted / 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 |
Post New Answer View All Answers
When it is desirable to describe files Internally?
what is the difference between do while and do until?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
how can I tell when to replace the array?
What is ment by record level identifier?
How can we override a file during runtime in rpg?
What is a record lock error?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
What is difference between bind by copy and bind by reference?
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what is the use of sflnxtchg?
what is the necessary keyword needed to scroll subfile records?
can I touch the array during treatments?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?