for an INITIALIZE and what keyword allows for an override
of the default.
Answers were Sorted based on User's Feedback
Answer / shinoy sansilavose
I think it is REDEFINE clause ........ not sure
| Is This Answer Correct ? | 1 Yes | 3 No |
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
what are decleratives in cobol?
How to read the last 100 records from a COBOL file. The file contains N number of records.
How will you find the currepted records in a file
Explain how to differentiate call by context by comparing it to other calls?
What is inspect in cobol ?
What is static and dynamic call in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
How arrays can be defined in COBOL?
At the minimum, which division of COBOL is enough to be coded?