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 do you access the migrate the data from production region to development region

1 Answers   IBM,


How include time & date in the report generation in cobol programing?

2 Answers  


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

0 Answers  


I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?

1 Answers  


hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,






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

0 Answers  


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

0 Answers  


What is the difference between subscript and index?

1 Answers  


What is LENGTH in COBOL II?

2 Answers   CSC,


Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?

1 Answers  


how will u find out 3rd week's 2nd day using occurs ?

3 Answers   L&T,


HOw can I get the negative sign while deduct high value from low value

0 Answers  


Categories