Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
No Answer is Posted For this Question
Be the First to Post Answer
can any one help -s806
In COBOL "BEFORE" advancing is there or not ?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
What is SSRANGE, NOSSRANGE ?
Under which scenario you would go for a static call as opposed to dynamic call?
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
What are all the divisions of a COBOL program?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is a zoned decimal data type and how it will be stored?
What are 77 levels used for?