What will happen if we move SPACES to numeric field and
ZEROES to alphabetic field?
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
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 is the difference between comp and comp-3?
What is link edit in cobol?
What are the different data types in cobol?
Name the divisions, which are available in a cobol program?
Why occurs cannot be used in 01 level in COBOL?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Write a cobol program making use of the redefine clause.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What rules are to be followed while using the corresponding options?
how do you reference the esds vsam file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how to convert the recors form vsam file to db2 table tru file aid
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?