MainFrame Interview Questions
Questions Answers Views Company eMail

How to read a 100 record from a file through cobol?

2 11045

What are the differentlevels of locks in IDMS?

1 4462

Hi, Please give the answer to this question? I have Phisical file with 100 records,there is no any duplicate records in this pf.Based on this pf one Logical file i have used.But this lf is viewing only 80 records only of that pf?What is the reason for this?Please give me answer?

IBM,

4 7626

What are the different ways to run a COBOL DB2 program using JCL?

2 8187

How to see the COMP3 value(packd decimal)

iGate,

2 6988

Can we give two user name in NOTIFY parameter in JOBCARD

Syntel,

1 6397

SORT card to eliminate duplicity.

Syntel,

1 4637

If we want to see the eliminated duplicate record thru SORT, how its output file will be managed

Syntel,

6 9470

what is full form of AIX

Accenture,

3 11167

What is the purpose of a READY?

2 5343

input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.

4 5584

input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.

6 9408

input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.

1 4708

what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM

TCS,

2 6044

01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name

TCS,

5 7976


Un-Answered Questions { MainFrame }

What is dbrm in db2 database?

579


what are all the contents of subfile?

980


Explain dfsort utility?

658


Explain about mirror activator disk mirroring?

552


Can you explain control variable in online screens?

550






Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?

560


How many bytes does a s9(7) comp-3 field occupy ?

542


what is need of start 0? In steed of

669


What is meant by explain?

654


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

763


What is commarea (communications area)?

531


what are the key words you must use when using a subfile?

680


which of the cl command can be used to determine which logical files are dependent on a specific file?

587


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

898


whats the diff bw the evaluate also and and?

1841