what is call by value and call by reference ?
Answer Posted / pradeep reddy
call by reference is a defoult if we change farmal
parameters then actual parameters also get changed..
call by value: its user defined if we change farmal
parameters not effected actual parameters...
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is length is cobol?
example for sub strings ? and refernce modifications whit output pls
Have you used comp and comp-3 in your project? And how?
What are all the divisions of a COBOL program?
Name some of the examples of COBOl 11?
) How do u handle errors in BMS macro
What are the access modes of START statement?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What guidelines should be followed to write a structured cobol prgm?
What are the different open modes available in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What rules are followed by the search verb.
Differentiate between structured cobol programming and object-oriented cobol programming.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.