Answer Posted / satheesh
LENGTH acts like a special register to tell the length of a
group or an elementary item.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
How do you reference the fixed block file formats from cobol programs
Difference between array and sub-script ?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Define static linking and dynamic linking.
Can we redefine the field of x(200) to less than 200?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do we get current date from system with century in COBOL?
In COBOL, what is the different between index and subscript?
What is the difference between Call and a Link?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the different rules for performing sort operation?
What is a scope terminator give example?
how do you define single dimensional array and multidimensional array in your cobol?