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

Answer Posted / munigopal

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

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What type of SDLC u followed? Why?

1539


What are the pertinent COBOL

2057


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

654


i need a small 3d program using inline and outline.

1651


What are literals?

638






I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10685


Give some examples of command terminators?

763


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1672


What is the difference between comp and comp-3 usage?

683


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1239


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

688


What is the difference between a binary search and a sequential search what are the pertinent cobol?

745


Why occurs cannot be used in 01 level in COBOL?

723


how to access the file from prodution from changeman tool and to submit a file to production

6698


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

839