How many sections are there in data division in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?
Why did you choose to work with ibm mainframe cobol programming?
how to access the file from prodution from changeman tool and to submit a file to production
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do you get the data to code the BMS macro?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are 77 levels used for?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Write down the divisions of cobol program?
Can you please let me know the centre name of INS certification in Kolkata.
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 code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is difference between static and dynamic call in cobol?