What is the purpose of Identification Division?
Answer / elite group
To identify the name of the program & for documentation
purpose
| Is This Answer Correct ? | 7 Yes | 0 No |
How many types of sorts are there in cobol?
What is XDC ?
What are subroutines ? and how do we pass data to the sub routines?
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
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)?
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
What is rmode(any) ?
How is sign stored in a comp-3 field?
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How can we pass data from cobol to JCl?
Write a cobol program making use of the redefine clause.