Answer Posted / srivatsa
Spool display and Search facility
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do you differentiate between cobol and cobol-ii?
What are the cobol coding sheets?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Can we redefine the field of x(200) to less than 200?
Write a program that uses move corresponding.
What is the LINKAGE SECTION used in COBOL?
What is the difference between external and global variables in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how to access the file from prodution from changeman tool and to submit a file to production
What is a report item?
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 cobol program?
What is rmode(any) ?
) how do u code after getting data?