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
How you can read the file from bottom?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Name the sections present in data division.
how do you reference the esds vsam file formats from cobol programs
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the different open modes available in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the cobol coding sheets?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Write down the divisions of cobol program?
What is a report item?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?