Answer Posted / sreejith
use SEND option in ISPF 6 option.
let it try
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the use of outrecord?
How do you reference the following file formats from cobol programs?
Difference between array and sub-script ?
What are the different rules to perform a Search?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Write a program to enter and display the names of students in a class using the occurs 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.
Have you used comp and comp-3 in your project? And how?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
how do you reference the printer file formats from cobol programs
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how can i see junk values in dclgen or in hostvariable of comp ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is difference between static and dynamic call in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?