Answer Posted / anil prajapati
blksize is not multiple of record length and the
description of these in jcl is different from cobol
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
Name some of the examples of COBOl 11?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the Purpose of Pointer in the string?
how do you reference the rrds file formats from cobol programs
How do you get the data to code the BMS macro?
Differentiate between structured cobol programming and object-oriented cobol programming.
how to convert the recors form vsam file to db2 table tru file aid
What are the different rules of SORT operation?
How do u write test cases?
HOw can I get the negative sign while deduct high value from low value
Write a cobol program making use of the redefine clause.
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.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is inspect in cobol ?