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

Can we redefine the field of x(200) to less than 200?

0 Answers  


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


level number 77 is used to define a)group data b)elementary data c)redefine d)none

8 Answers   TCS,


wht is the difference between goto and perform stmts

7 Answers   DELL,






A s9(4). B v9(4) value 0.21 can i move this?

3 Answers  


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


Explain Restart Logic in Cobol?

1 Answers   L&T, Syntel,


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

0 Answers  


ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete

4 Answers   TCS,


How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.

1 Answers   Syntel,


There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.

1 Answers   Mind Tree,


Categories