Answer Posted / bhanupriya
the REDEFINES clause allows you to use different data description entries to describe the same computer storage area
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what is the use of outrecord?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the problem of ordered sequential files access?
What is the difference between goback, stop run and exit program in cobol?
What do you understand by psb and acb?
Write the code implementing the perform … varying.
How can you get the ksds file records into your cobol program?
How arrays can be defined in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?