where will we code call by content and call by reference dude pls reply soon ?

Answers were Sorted based on User's Feedback



where will we code call by content and call by reference dude pls reply soon ?..

Answer / munigopal

procedure division.
CALL "subpgm name"
USING BY CONTENT
BY REFERENCE.
BY REFERENCE is default

Is This Answer Correct ?    9 Yes 0 No

where will we code call by content and call by reference dude pls reply soon ?..

Answer / priya

its being coded in procedure division
procedure division.
CALL "subpgm name"
USING BY CONTENT
BY REFERENCE.
by content is default

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More COBOL Interview Questions

How to pass return codes from cobol to jcl?

5 Answers  


Should I use STOP RUN in the sub program??why?

6 Answers   Xansa,


Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.

6 Answers   EDS,


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

0 Answers  


Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.

11 Answers   Deloitte,






What are the different rules of SORT operation?

0 Answers  


perform I from 0 by 1 until I=5?How maney times it will executes

8 Answers  


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

0 Answers   Infosys,


How do you set a return code to the JCL from a COBOL program?

4 Answers  


How do you define a table/array in COBOL?

5 Answers   Hexaware,


what happens of we dont give time stamp in precompilation process

2 Answers  


can we use COPY statement in w-s section? how?

3 Answers  


Categories