where will we code call by content and call by reference dude pls reply soon ?
Answers were Sorted based on User's Feedback
Answer / munigopal
procedure division.
CALL "subpgm name"
USING BY CONTENT
BY REFERENCE.
BY REFERENCE is default
| Is This Answer Correct ? | 9 Yes | 0 No |
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 |
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
Minimum how many Number of Paragraphs are there in ID- Divison?
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
can we use reference modification an arry.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How will you find the currepted records in a file
how to access the file from prodution from changeman tool and to submit a file to production
What are the rules of the move verb?
What are ISOLATION LEVELS? Where do we need to specify them?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
) how do u code after getting data?
What are the cobol coding sheets?