Answer Posted / prakash shrivastava
Redifines clause is used to allocate more than one data in
same memory location....
ex:- 77 a pic 9(2).
77 b redefines a pic 9(2).
| Is This Answer Correct ? | 20 Yes | 31 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Name some of the examples of COBOl 11?
what happens if parmparameter passes zero bytes to the program
What rules are to be followed while using the corresponding options?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between external and global variables in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
example for sub strings ? and refernce modifications whit output pls
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is amode(31)
What is an in line perform? When would you use it? Anything else you wish to say about it.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
how to move the records from file to array table. give with code example