How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
7 28840
What is a report item?
What is the difference between perform … with test after and perform … with test before?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How do you reference the following file formats from cobol programs?
how do you reference the printer file formats from cobol programs
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.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What rules are to be followed while using the corresponding options?
how to move the records from file to array table. give with code example
What is rmode(any) ?
What is an in line perform? When would you use it? Anything else you wish to say about it.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between next sentence and continue in cobol programing language?
What do you understand by psb and acb?
Write a cobol program making use of the redefine clause.