what is amode(24), amode(31), rmode(24) and rmode(any)?
No Answer is Posted For this Question
Be the First to Post Answer
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
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
What does the initialize statement do ?
9(2).99 how many bytes take? Why . consider as a byte?
What is Alternate Index ? How is it different from regular index ?
can we use variable picture clause as xx.99 in cobol.
How do we get current date from system with century in COBOL?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
Write a program that uses move corresponding.
File status must be checked both while opening and reading the file or only while reading the file?
What are the different rules of SORT operation?
What divisions, sections and paragraphs are mandatory for a COBOL program?