IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

When a program transfers control to CICS


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jos.samuel

New User


Joined: 10 Mar 2005
Posts: 3

PostPosted: Mon Apr 04, 2005 2:55 pm
Reply with quote

1.A CICS transaction is

A. A unit of work assigned by Operationg System.
B. An entity to initiate ta task
C. Must have a transcation identifier entry in the transction control table
D. Support multitasking by initiating the same task if the transction is initiated again within
a short span.

2. Program-A passess by 30 bytes to Program B through COMMAREA
And
Program-B Has defined its DFHCOMMAREA to be 50 Bytes.

If Program-B tries to access bytes 31-50 what will happen?

A. It abends with ASRA
B. It abends with SOC4

3. When a program transfers control to CICS

A. A new task is created
B. the tranid is changed
C. it causes and implicit SYNCPOINT
D. All the other options listed for this questions

4. Use of PACKAGES in DB2 utility that is used for making the DB2 Catalog up-to-date?

A. Locking the entire transaction during bind of plan
B. Avoiding binding a large number of DBRM members into a plan
C. Locks the entire transction during automatic rebind of a plan
D. All the other listed

5. The linkedit step in a complie link JCL for a COBOL program, writes the load module to

A. SYSOUT DD statement
B. SYSLIB DD statement
C. SYSLIN DD statement
D. SYSLMOD DD statement
E. Either SYSLIB DD statement or SYSLIN DD statement depending on whether IEWL or HEWL os coded on PGM= parameter in the link step

6. Operating System issues SOC1 completion code when?

7. Point out that is not true w.r. to File Maxx VSAM Transparency Facility(VTF) (Pls tell me a VTF)

A. Most reads and updates are performed randomly
B. Batch programs that must read entire VSAM files sequentially are already, or can easily become
, insensitive to the order in which records are returned.
C. Each VSAM file may consist of many different kinds of records, each having a different record
length. However, all records of the same type have the same or nearly the same , length
D. None of the above

8. Following points is/are true w.r. to Record Level Sharing(RLS)

A. RLS addresse physical data integrity issues, such as read consistency, record locking and system logging. But it does not address logical issues, such as enforcement
and protection of bussiness or integrity rules.
B. Under RLS, VSAM retains most of its functional limitations . VSAM does not support multiple -field composite keys,multiple valued keys, NULL
-suppressed keys, and/or non-unique alternate indexes with unlimited occurences of the same key value. Each VSAM index remains confined to a single base cluster,
and cannot extend across cluster boundaries
C. Under RLS, VSAM remains an underlying architecture that is not appropriate for relational
/SQL Processing. Although third party products allow sql queries of VSAM file, VSAM itself is not
well suited to such queries.
D. All the above

9. SHREOPTS(3,3) Means for VSAM dataset names?
Back to top
View user's profile Send private message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Wed Apr 06, 2005 10:03 am
Reply with quote

HI samuel

some answers..
CICS book autor kagayama..helps in most of the questions

1.B
2.A
3.C
4.B
5.D

6 S0C1 occurs when
Amode was set to 24, but a branch was attempted to a
31-bit or (on z/OS) a 64-bit address

Tried to read a file that was not open

Misspelled DDNAME followed by attempted I/O to same file

Missing DD card followed by attempted I/O to same file

Recording mode was wrong, or density was incorrect

COBOL: subroutine prog ID was the same as the entry name tried to call within COBOL sort I/O procedure tried to call a subroutine which could not be found incomplete DCB for SORTIN file using sort verb, DDNAME was not SORTOUT when the "giving" option was used.

9. the shar options tells how the files are shared in croos region & cross system Shareoptions(3,3) means Fully shared by regions: Users have to look after integrity themselves
search390.techtarget.com/ateQuestionNResponse/0,289625,sid10_cid513590_tax289214,00.html
Back to top
View user's profile Send private message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Wed Apr 06, 2005 10:44 am
Reply with quote

HI samuel

answers for 7,8 questions

7.d
8.a


check this site for details on VTF ,u can find the answers in this iste
www.risystems.com/vsamtran.htm


Thanks
siva
Back to top
View user's profile Send private message
deepthimadhu

New User


Joined: 03 Mar 2009
Posts: 12
Location: Trivandrum

PostPosted: Wed Dec 02, 2009 11:04 am
Reply with quote

The linkedit step in a complie link JCL for a COBOL program, writes the load module to

Answer : SYSLMOD DD statement
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Dec 02, 2009 11:50 am
Reply with quote

/statistics on
Code:
The topic has been resurrected after
...          4 year(s) - (months difference / 12 )
...          4 year(s) - (difference )
...         56 months
...       1701 days
...      40824 hours
...    2449460 minutes
...  146967600 seconds
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Dec 02, 2009 10:35 pm
Reply with quote

Oh, dear. . .

The statistics were left on. . .

/statistics off

Whew - got to it before it completely drained the server. . . icon_cool.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top