Answer Posted / vineeth
There are 4 divisions Identification division, Environment division, Data division, Procedure division
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different open modes available in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
) how do u code after getting data?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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
how to convert the recors form vsam file to db2 table tru file aid
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the fixed unblock file formats from cobol programs
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.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between external and global variables in COBOL?