can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
Post New Answer View All Answers
What are the pertinent COBOL
Can we redefine the field of x(200) to less than 200?
What is the difference between perform … with test after and perform … with test before?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How are the next sentence and continue different from each other?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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?
how do you reference the variable block file formats from cobol programs
how to access the file from prodution from changeman tool and to submit a file to production
What is the utilization of copybook in cobol?
Can you please let me know the centre name of INS certification in Kolkata.
What is report-item in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
For rewrite, why is it mandatory that file needs to be opened?
Write a cobol program making use of the redefine clause.