Answer Posted / anil prajapati
blksize is not multiple of record length and the
description of these in jcl is different from cobol
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
How arrays can be defined in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how do you reference the variable block file formats from cobol programs
) how do u code after getting data?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the use of intialize verb?
What is the difference between Global and External Variables?
What are the different types of condition in cobol and write their forms.
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 rmode(any) ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
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
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.