What is the purpose of Identification Division?
Answer / elite group
To identify the name of the program & for documentation
purpose
| Is This Answer Correct ? | 7 Yes | 0 No |
01 a pic s9(5) value '-12345' how it will be stored
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
explain sorting techniques in cobol program?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
why we are using picture clause in the cobol programs?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
What are the different forms of EVALUATE statement?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
should I use Go back in the main program ? Yes we can use Go back in main program as well.