COBOL Interview Questions
Questions Answers Views Company eMail

if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a

Cap Gemini,

8 9773

How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.

Cap Gemini,

4 8899

1)what is use of linkage section? 2)what is difference between comp and comp-3

Cap Gemini,

1 5846

if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

IBM, Steria,

2 5649

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.

1689

waht is inspect verb? where it can be in real time?

Patni,

1 4731

I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?

HCL, IBM,

3 9040

WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 2904

I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?

Mphasis,

1 5464

can we use reference modification an arry.

1 3705

i want to enter the name 'pandu' into ur table how?

Fidelity,

1 5544

what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

Syntel,

1 8117

in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 2255

which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks

1 2190

01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

Amdocs,

5 11487


Post New COBOL Questions

Un-Answered Questions { COBOL }

How arrays can be defined in COBOL?

652


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

694


IF I mention stop run in CICS what happens?

1880


What is redefines clause in COBOL?

834


What is the default value(s) for an initialize and what keyword allows for an override of the default?

680






write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

687


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

402


Give some examples of command terminators?

743


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6776


How do define dynamic array in cobol.

654


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1912


What is the Purpose of POINTER Phrase in STRING command in COBOL?

705


How you can read the file from bottom?

650


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

729


What is length is cobol?

636