Which of the following paragraphs is compulsory in every
COBOL program?
(a) SPECIAL-NAMES
(b) PROGRAM-ID
(c) FILE-CONTROL
(d) OBJECT-COMPUTER

Answer Posted / santosh khot

Program-id

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5413


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2354


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3941


IF I mention stop run in CICS what happens?

2081


A table has two indexes defined. Which one will be used by the SEARCH?

1005


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1846


Can you please let me know the centre name of INS certification in Kolkata.

1938


how can i see junk values in dclgen or in hostvariable of comp ?

2745


How you can read the file from bottom?

866


What is report-item in COBOL?

888


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2219


How many sections are there in data division in COBOL?

879


Which mode is used to operate the sequential file?

914


) How do u handle errors in BMS macro?

1612


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

1205