Answer Posted / randy
By Using Cursor, we can fetch more than one record from database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the rules of the move verb?
Are you comfortable in cobol or jcl?
How do define dynamic array in cobol.
In COBOL, what is the different between index and subscript?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the pertinent COBOL commands?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how do you reference the rrds file formats from cobol programs
Write some characteristics of cobol as means of business language.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Can we redefine the field of x(200) to less than 200?
What kind of error is trapped by on size error option?