Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ?
Thanks
krishna chaitanya
Answer Posted / chaitu215
Memory related
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
what happens if parmparameter passes zero bytes to the program
Can we change the password using ALTER? anyone tried and changed?
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 are literals?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
In which area will you utilize 88 level items in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is redefines clause in COBOL?
What is a scope terminator give example?
how can i see junk values in dclgen or in hostvariable of comp ?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is static and dynamic call in cobol?