how you will define variables length in cobol.
Answer Posted / sree
The variable length in cobol can be defined as s9(4) usage
comp.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
What is the difference between Call and a Link?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how do you reference the ksds vsam file formats from cobol programs
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?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Describe the cobol database components?
What is length is cobol?
what is search and searchall?what is the diffrence between them?give an best example?
How are the next sentence and continue different from each other?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How many sections are there in data division in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
In which area will you utilize 88 level items in cobol?