Answer Posted / prakash shrivastava
lEVEL 77 IS ELEMENTARY DATA ITEM.CANNOT BE SUBDIVIDED TO
ANOTHER ITEM NOR THEY CANNOT SUBDIVIDED THEMSELVES.
| Is This Answer Correct ? | 98 Yes | 4 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
What is the utilization of copybook in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Why occurs cannot be used in 01 level in COBOL?
how do you reference the variable unblock file formats from cobol programs
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Difference between cobol and cobol-ii?
What are the access modes of START statement?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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?
In COBOL, what is the different between index and subscript?
What are different data types in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do you get the data to code the BMS macro?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?