Answer Posted / viji
Also,
FILLER , and OCCURS DEPENDING ON items are left untouched.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a report item?
What are all the divisions of a COBOL program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are the different rules of SORT operation?
What are the different types of condition in cobol and write their forms.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
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
For rewrite, why is it mandatory that file needs to be opened?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Which mode is used to operate the sequential file?
Write the code to count the sum of n natural numbers.
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?
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?