Answer Posted / i go crazy
The compilation should be done with the compiler option SSRANGE. If NOSSRANGE is used, then we can use A(0) without any issue.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Call and a Link?
When is inspect verb is used in cobol?
How do get the result of your program directly on your pc?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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 ......
Differentiate between structured cobol programming and object-oriented cobol programming.
What is cobol?
What is the difference between binary search and sequential search?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
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?
Why did you choose to work with ibm mainframe cobol programming?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the default value(s) for an initialize and what keyword allows for an override of the default?