subscript and index r not coded in u r application program
what will happen?
Answers were Sorted based on User's Feedback
Answer / kiran
nothing will happen
instead of subscript and index
we have to write same data repeatedly which occurs multiple
times.
if we use subscript it means occurance of same data multiple
times
by using index we can preform operations fast y bcoze using
index reffers to register variable as we knw if we perform
actions using index variable always fast
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
How can you pass values from COBOL program to non-COBOL programs?
What is the difference between performing a SECTION and a PARAGRAPH?
How can you add a particular field in copybook?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do you code Cobol to access a parameter that has been defined in JCL?
What is the meaning of 'TALLING' verb in cobol?
how to run sub programs using static and dynamic call ...
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
What type of SDLC u followed? Why?