How to display the index.(displacement from an array)
Answer Posted / shan
The above set statements are correct but the variable which
you are going to display should be defined as usage is index.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is amode(31)
What are the access modes of START statement?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
) How do u handle errors in BMS macro?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how do you reference the variable unblock file formats from cobol programs
Why did you choose to work with ibm mainframe cobol programming?
What are the different rules for performing sort operation?
Write the code to count the sum of n natural numbers.
What is the difference between PIC 9.99 and PIC9v99?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Write a program to explain size error.