OCCURS clause is used in the DATA DIVISION on data names at
(a) 01 level
(b) 77 level
(c) 88 level
(d) any level from 02 to 49
Answer Posted / vijay korde
d
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain the configuration section of a cobol program with examples of syntax.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Can we redefine the field of x(200) to less than 200?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
In which area will you utilize 88 level items in cobol?
State the various causes of s0c1, s0c5 and s0c7.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the variable block file formats from cobol programs
What rules are to be followed while using the corresponding options?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write a program that uses move corresponding.
A table has two indexes defined. Which one will be used by the SEARCH?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that