Explain what you understand by passing by value.
No Answer is Posted For this Question
Be the First to Post Answer
Write the code to count the sum of n natural numbers.
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
What is a scope terminator? Give examples.
How do you do in-line PERFORM?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
What is 77 level used for ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
Can printer files (having 133 characters) be of variable length?
What is the difference between COMP & COMP-3 ?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
I got user abend U4038 while compiling my runjcl.. can anyone help me?