if you code move high-values to variable,can you move it
into numeric variable or alphanumeric variable?
Answer Posted / adarsh
we can move high-values or low-values to alphnumeric
varibale.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
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
Can we change the password using ALTER? anyone tried and changed?
what happens if parmparameter passes zero bytes to the program
i want a program using by if, evaluate , string, unstring, perform, occurs?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How many sections are there in data division in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what are decleratives in cobol?
What is static and dynamic call in cobol?
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?
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 LINKAGE SECTION used in COBOL?
What rules are to be followed while using the corresponding options?