subscript and index r not coded in u r application program
what will happen?

Answers were Sorted based on User's Feedback



subscript and index r not coded in u r application program what will happen?..

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

subscript and index r not coded in u r application program what will happen?..

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

Post New Answer

More COBOL Interview Questions

What are the divisions in a cobol program? Which one is the mandatory division among them?

1 Answers  


What is the purpose of Identification Division?

1 Answers  


How to increase the logical record length of existing PS file?

7 Answers  


How can you declare the file ?

1 Answers   Wipro,


What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,






what is jcl approach for programming?

4 Answers   IBM,


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

0 Answers  


I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.

1 Answers   DSRC,


What is the use of LINKAGE SECTION?

1 Answers  


WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.

4 Answers   Atos Origin,


DATAONLY, MAPONLY functionality?

1 Answers   IBM,


SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.

2 Answers   Wipro,


Categories