What is the default value(s) for an initialize? What keyword will allow for an override of the default?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
Can we put move statement in COBOL copybook
how do u list the abended jobs?
can we read in input the file with a variable length ? please , how ..could you help me ?
how to display comp3 variables reply soon ?
Write some characteristics of cobol as means of business language.
How can we increase the size of an existing PDS to include more no. of modules.
how can u pass the values into db2 values from cobol ?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
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 printer file formats from cobol programs