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 |
if you give cylinder(1,1)how many cylinders it will be allocate?
what are the steps to sort in a cobol program?
What is Comm?
2 Answers IBM, Kemper Corporation,
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
What is an explicit scope terminator?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how to transfer the file from pc to mainframe??
what is difference between cobol and cobol/400
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
Is It Possible to Update or change in VIEW Mode?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.