subscript and index r not coded in u r application program
what will happen?
Answer Posted / ganesh
YOu need to code it if you get tired of typing same data
which is being used in program
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
What is the difference between PIC 9.99 and PIC9v99?
When is inspect verb is used in 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 ......
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How do you differentiate between cobol and cobol-ii?
What do you understand by psb and acb?
Write the code to count the sum of n natural numbers.
Write a cobol program making use of the redefine clause.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
HOw can I get the negative sign while deduct high value from low value
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain how to differentiate call by context by comparing it to other calls?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps