What are options have been removed in COBOL 11?
Answer / savan
EXAMINE has been removed from later versions of COBOL.
Is This Answer Correct ? | 0 Yes | 0 No |
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
hw to create 3 dimensional array & hw to access it?
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
What is IMPACT analysis?
for an INITIALIZE and what keyword allows for an override of the default.
What is the difference between a binary search and a sequential search?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
How can we increase the size of an existing PDS to include more no. of modules.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
What are the differences between COBOL and COBOL II?
When can the USING phrase be included in the call statement ?