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
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.
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
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.
IF I mention stop run in CICS what happens?
A table has two indexes defined. Which one will be used by the SEARCH?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Can you please let me know the centre name of INS certification in Kolkata.
how can i see junk values in dclgen or in hostvariable of comp ?
How you can read the file from bottom?
What is report-item in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How many sections are there in data division in COBOL?
Which mode is used to operate the sequential file?
) How do u handle errors in BMS macro?
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