How many variables can be declared in w-s section.?
Answer Posted / samiuddin
16777215
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
What is amode(31)
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 is the local-storage section?
Name some of the examples of COBOl 11?
how do you reference the ksds vsam file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the utilization of copybook in cobol?
Mention the guidelines to write a structured cobol program?
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 compute verb? How is it used?
What is the LINKAGE SECTION used in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Which division and paragraphs are mandatory for a COBOL program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?