What are the different rules for performing sort operation?
No Answer is Posted For this Question
Be the First to Post Answer
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
What are the functions like c or c++ in cobol?
can internal sort be applied to sort ksds files?
can you declare redefine in level 01?
How to display string in the reverse order using occurs clause?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
how do you reference the variable unblock file formats from cobol programs
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
Write the code to count the sum of n natural numbers.
What are the differences bitween cobol and cobol-2?