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 |
TYPES OF SORTINGS. which is more prefarable.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
why we are using picture clause in the cobol programs?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Is It Possible to Update or change in VIEW Mode?
what will happen if i give program name and member name as different? program runs successful or w'll abend?
what is the difference between external and global variables?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
What are the ways you can generate a copybook?