What is the difference between CALL BY VALUE and CALL BY
CONTENT?
Answer Posted / guest
both are same
| Is This Answer Correct ? | 11 Yes | 25 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
Name the divisions, which are available in a cobol program?
Difference between array and sub-script ?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Write the code to count the sum of n natural numbers.
What kind of error is trapped by on size error option?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Write the code implementing the perform … varying.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is perform what is varying?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Name some of the examples of COBOl 11?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.