Answer Posted / ash
Subscript - refers to the array occurance
Index - refers to the byte position/displacement of the
occurance from the start of the array
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
What is the difference between Call and a Link?
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 ......
Explain how you can characterize tables in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is a scope terminator give example?
What is the difference between Global and External Variables?
What is length is cobol?
What is the difference between external and global variables in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do get the result of your program directly on your pc?
Give some examples of command terminators?
Explain about different table spaces.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Write the code to count the sum of n natural numbers.