What is EIBCALEN? Why it is used?

Answers were Sorted based on User's Feedback



What is EIBCALEN? Why it is used?..

Answer / mohammad

Executive Interface Block length of COMMAREA.Mainly it is
used for communication area.

Is This Answer Correct ?    26 Yes 6 No

What is EIBCALEN? Why it is used?..

Answer / ipl

this is to specify the length of the commarea.

Is This Answer Correct ?    21 Yes 7 No

What is EIBCALEN? Why it is used?..

Answer / sp

EIBCALEN i.e. Executive Interface Block Common Area Length.
Its used toknow that whether nprogram has been executed
before this or not. It takes the count of execution of
program. If its executing for the first time its value will
be zero and after each execution it will increase by one.

Is This Answer Correct ?    28 Yes 16 No

What is EIBCALEN? Why it is used?..

Answer / chavanbb33

EIBCALEN is executive interface block communication area length which is used to transfer data from one program to another through COMMAREA .
if EIBCALEN =0 then no data is passed , and if EOIBCALEN = value specified in working storage of commarea then the data is passed..
correct me if it is wrong

Is This Answer Correct ?    4 Yes 0 No

What is EIBCALEN? Why it is used?..

Answer / michel

EIBCALEN IS USED FOR DRINKING WATER.

IF THE ABOVE STATEMENT IS TRUE ALL THE ABOVE STATEMENTS ARE TRUE.

Is This Answer Correct ?    17 Yes 16 No

What is EIBCALEN? Why it is used?..

Answer / purushothr

its EXEC COMMUNICATION AREA LENGTH
it is used in pseudo conversational if EIBCALEN=0 no data
are moved to application program.
max size is 65k and s9(4)comp

Is This Answer Correct ?    7 Yes 7 No

What is EIBCALEN? Why it is used?..

Answer / rajesh

1.) To control the execution of jobs in Jcl is PARAMETERS
2.) 01 A pic s9(2)v9(1) value 11
01 B pic s9(2)v9(1) value 12
01 C pic s9(2)v9(2)
Multiply A By B giving C.
Display C.
(a) 13V00
(b) 32v00’
(c) 13v20
(d) None of the above.

3.) How to control the priority of execution of jobs in output area.
(a) PRTY
(b) PRIORITY
(c) CONTROL
(d) NONE
4.) UPDATELOCK function is
(a) Allows user to read the table,but not update
(b) Allows user to update but not view
5.) Non unique formula= n*……………..(………+primary key)
6.) Perform 4 times inspect B before D, replacing with Xfor the following.
(a) AXCDEABCDEABCDEABCDE
(b) AXCDEAXCDEAXCDEAXCDE
(c) ……………………….
(d) ………………………

7.) 01 A pic X(1) value 1
01 B pic X(2) value 43
B redefines A
display A
(a) 1
(b) 3
(c) 4
(d) none
8.) EIBRCODE is to indicate
(a) Weather all the CICS codes executed successfully are not
(b) Last coded CICS command executed successfully r not
(c) ………….
(d) …………
9.) The following VSAM datasets are non inembedded CI.
(a) LDS
(b) ESDS
(c) RRDS
(d) KSDS
10.) The following VSAM datasets are inembedded CI.
(A) KSDS
(B) ESDS
(C) RRDS
(D) A & b
11.) The command used to dump main storage area.
(a) Dump
(b) Freemain
(c) Rlse
(d) Free
12.) EVALUATE ALSO if 60<age <67 & 140<weight<170 DISPLAY “ GOOD”.
if 60<age <67 & 171<weight<999 DISPLAY “ BAD”.
13.) If PLAN executable time doesn’t matches with BINd time following SQL code generates
(a) 811
(b) 818
(c) 881
(d) None
14.) Programs security information must be registered in
(a) PPT
(b) PCT
(c) TCT
(d) TST
15.) The following command is used to delete the existing PLAN.
(a) Dump
(b) Freemain
(c) Rlse
(d) Free
16.) To set Max CPU time for job we code TIME parameter as
(a) Maximum
(b) Max
(c) 1440
(d) 9999
17.) The following object does not store separately.
(a) VIEW
(b) JOIN
(c) UNION.
(d) NONE
18.) CS
(a) Release LOCK over a row before COMMIT.
(b) Release LOCK over a row after COMMIT.
(c) Release LOCK over a page before COMMIT.
(d) None
19.) The following is COPYBOOK.
(a) DFHCOMMAREA.
(b) EIB
(c) .
(d) .
20.) Sorting pgm, o/p of pgm.
21.) GETMAIN.
22.) Image COPY
23.) In SYSOUT DD DUMMY, What DUMMY indicates
24.) The following job never executes
(a) COND =(00,<0,STEP1)
(b) COND=(00,>1447,STEP1)
(c) BOTH
(d) NONE
25.) For KSDS files organization isindexed.
26.) The following SHAREOPTIONS is valid
(a) (1,2)
(b) (1,3)
(c) (2,3)
(d) None
27.) For following data set newly added records will be stored at end
(a) Esds
(b) Rrds
(c) Lds
(d) Ksds
28.) VERIFY command in VSAM
29.)………………………………………………..
(a) BUFFNUM
(b) BUFFNO
(c) BUFFNUMBER
(d) none

Is This Answer Correct ?    1 Yes 1 No

What is EIBCALEN? Why it is used?..

Answer / mr.perfect

Answeres to above questions.
1) COND
2) D
3)A
4) B
7) A
8) A
9) A
10) C
11) A
13) B
14)A
15)D
16) A,C,B
17)B
18) D
26) (2,3)
27)A

Is This Answer Correct ?    1 Yes 2 No

What is EIBCALEN? Why it is used?..

Answer / mallareddy

eibcalen contain count of chracters in dfhcommarea.If eibcalen=0 user as not enter any data into map.
eibcalen=1 user as enter data into the map.

Is This Answer Correct ?    2 Yes 12 No

Post New Answer

More COBOL Interview Questions

How to covert given string into ASCII value in COBOL/MF COBOL

3 Answers   CTS, IBM, iFlex,


Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.

1 Answers  


What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

7 Answers   T systems,


when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible

1 Answers   Patni,


how to display the dataset information?

2 Answers  






I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?

5 Answers  


What is the difference between goback, stop run and exit program in cobol?

0 Answers  


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

0 Answers  


How to define a array dynamically.....

5 Answers   Fidelity,


How many bytes S(8) comp field occupy and its maximum value?

0 Answers  


Following questions were asked in Capegemini on 8th sep,2012 mainframe test 1.)Condition code for dul recors in VSAM- 2.) Is NULL or =NULL in Select statement 3.)max size of CI 4.)What happens after CI is full 5.)Ques on COND parameter 6.)which among following can not be rolled back a)delete table b.)droptable c)Update d.)insert 7.)groupby and orderby sql querries 8.)Max extents in VSAM file 9.)quesn on DPRTY=(1,10) 10.)range of condition codes in COBOL 11.)occurs clase can not be used at which level? 12.)delimiter in jcl 13.)sort card for file in PGM=SORT 14.)PIC(6) value 120056 possible? 15)question on BLKSIZE Is (20,20) and (20,10) possible? 16.)number of bytes in RDF 17.)Can we use index in WS-section or LK-section 18.)Verify command in IDCAMS used for? 19.)question on Alternate Index 20.)Return code of file attribute mismatch 21.)In which format COBOL variables stored? 22.)what is Alternate of HANDLE? 23.)can SUM,AVG,MIN,ROUND used in numeric and char variable data types? 24.)What is the datatype of FILE STATUS codes in WS-section?

2 Answers   Cap Gemini,


How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?

3 Answers   Cap Gemini, CTS,


Categories