How to use the same COBOL program in Batch and CICS on lines?
explain with an example
No Answer is Posted For this Question
Be the First to Post Answer
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
Write a program to concert an Indexed file into Sequential file?
where do u use low-value and high value in cobol
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
db2 variable decimal(15,2) what is the equalent size of cobol variable
What is comp-1 and comp-2?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what is MSGLEVEL?
wht is the difference between goto and perform stmts
What is rmode(24)
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
How to know whether the module is dynamical or statistical?