Page 1 of 1

Interview Questions

PostPosted: Fri May 21, 2010 3:49 pm
by kishsun
1) What is Region in CICS ?
2) IF I want to delete a record in KSDS through COBOL program ,what is the procedure?
3) If I want to copy a particular PS record into VSAM file ,what is the procedure?
4) If program A is linked to Program B & Program B is XCTL’ed to Program C & in program C if you code
RETURN ,where will the control go?
5) How to pass the data from Cataloged procedures to COBOL program?
6) How to delete a particular record from ESDS?
7) If you code PEND in CATALOGED procedures ,what will happen?

Re: Interview Questions

PostPosted: Fri May 21, 2010 5:07 pm
by Robert Sample
What did YOU say?

Re: Interview Questions

PostPosted: Sat May 22, 2010 12:32 am
by dick scherrer
Hello and welcome to the forum,

If you post your answers at the interview, we will review your answers and supply correction/clarification if any is needed.

Re: Interview Questions

PostPosted: Mon May 24, 2010 8:37 am
by kishsun
Hi,

My reply to the above questionneries was as below -

1) A region in CICS is an area where one can initiate a transaction.

2) I don't know the second query

3) Using REPRO

4) Control will go to CICS region

5) Using PARMS

6) Record cannot be deleted in ESDS

7) It will give JCL error

Re: Interview Questions

PostPosted: Mon May 24, 2010 12:32 pm
by kishsun
Hi Dick,

Please review the above answers also rectify if wrong.

Thanks.

Re: Interview Questions

PostPosted: Mon May 24, 2010 5:19 pm
by Robert Sample
2. Use the COBOL DELETE verb.
4. Assuming an EXEC CICS LINK was used, control would return to program A, not CICS. This is explicitly shown in section 1.3.4.1 of the CICS Application Programming Guide manual.
5.. The term is PARM, not PARMS -- PARMS will give you a JCL error.
7. From the JCL Language Reference manual, there is no JCL error:
23.0 Chapter 23. PEND Statement

Purpose

Use the PEND statement to mark the end of an in-stream procedure. You may end a cataloged procedure with a PEND statement, but it is not required.

Re: Interview Questions

PostPosted: Mon Jul 12, 2010 10:19 pm
by jerryvn01
2. Use the COBOL DELETE verb.
4. Assuming an EXEC CICS LINK was used, control would return to program A, not CICS. This is explicitly shown in section 1.3.4.1 of the CICS Application Programming Guide manual.
5.. The term is PARM, not PARMS -- PARMS will give you a JCL error.
7. From the JCL Language Reference manual, there is no JCL error:
23.0 Chapter 23. PEND Statement

Purpose

Use the PEND statement to mark the end of an in-stream procedure. You may end a cataloged procedure with a PEND statement, but it is not required.


Hi,

Thanks very much for this comment. It help me to think about my ideals.

Tks again and pls keep posting.

Re: Interview Questions

PostPosted: Fri Jul 30, 2010 5:49 am
by jerryvn01
jerryvn01 wrote:
2. Use the COBOL DELETE verb.
4. Assuming an EXEC CICS LINK was used, control would return to program A, not CICS. This is explicitly shown in section 1.3.4.1 of the CICS Application Programming Guide manual.
5.. The term is PARM, not PARMS -- PARMS will give you a JCL error.
7. From the JCL Language Reference manual, there is no JCL error:
23.0 Chapter 23. PEND Statement

Purpose

Use the PEND statement to mark the end of an in-stream procedure. You may end a cataloged procedure with a PEND statement, but it is not required.


Hi,

Thanks very much for this comment. It help me to think about my ideals.

Tks again and pls keep posting.


Apart from that, this link below may be useful: CICS Interview questions