Answer Posted / rahul
For better readablity, we use scope terminators in the
program.
scope terminator closes are not the executable statements.
Nothing will happen to the program by not using these
terminators.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the difference between next sentence and continue in cobol programing language?
example for sub strings ? and refernce modifications whit output pls
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 are the pertinent COBOL commands?
what happens if parmparameter passes zero bytes to the program
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Describe the cobol database components?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is the difference between COBOL2 AND COBOL390?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?