kavya


{ City } bangalore
< Country > india
* Profession * student
User No # 14341
Total Questions Posted # 2
Total Answers Posted # 27

Total Answers Posted for My Questions # 15
Total Views for My Questions # 64120

Users Marked my Answers as Correct # 269
Users Marked my Answers as Wrong # 57
Questions / { kavya }
Questions Answers Category Views Company eMail

1.What is the limit of linkage section?

4 COBOL 19713

1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 JCL 44407




Answers / { kavya }

Question { 8905 }

What should be the sorting order for SEARCH ALL?


Answer

Not necessarily ASCENDING,it should be arranged in some
sequence-either ascending or descending.

Is This Answer Correct ?    5 Yes 0 No

Question { Accenture, 31012 }

What is the difference between performing a SECTION and a
PARAGRAPH?


Answer

SECTION includes paragraph.
PARAGRAPH includes set of statements.

Is This Answer Correct ?    17 Yes 4 No


Question { 15505 }

What is the Purpose of POINTER Phrase in STRING command


Answer

POINTER is used to get the ended position of the string.

Is This Answer Correct ?    12 Yes 8 No

Question { TCS, 26185 }

How do you sort in a COBOL program? Give sort file
definition, sort statement syntax and meaning.


Answer

As he told above we need to specify the sort-file in sd
entry.
But syntax is as follows,

SORT SORT-FILE ON ASCENDING/DESCENDING KEY
USING INPUT-FILE
GIVING OUTPUT-FILE.

We have to specifies the key to sort.
INPUT-FILE is the file to sorted.The sorted OUTPUT is sent
to the OUTPUT-FILE.

Is This Answer Correct ?    34 Yes 3 No

Question { IBM, 6971 }

I have written a CICS program. What tables should I setup
to run this program?


Answer

U have to make an entry of your program in PROCESSING
PROGRAM TABLE(PCT).

Is This Answer Correct ?    0 Yes 3 No

Question { IBM, 9818 }

What is the meaning of the ENQ and DEQ commands?


Answer

ENQ = To gain exclusive control over a resource.

DEQ = To release exclusive control over a resource.

Is This Answer Correct ?    11 Yes 1 No

Question { IBM, 8985 }

In which table would you make an entry for a BMS map?


Answer

IN PROCESSING PROGRAM TABLE(PCT)

Is This Answer Correct ?    2 Yes 6 No

Question { IBM, 4183 }

What is the CICS Command that is used for reading a record
from the TDQ?


Answer

EXEC CICS READQ TD
QUEUE(Queue-id)
INTO(MSG-area)
LENGTH(MSG-length)
END-EXEC

Is This Answer Correct ?    4 Yes 0 No

Question { 3588 }

What is the command used for receiving a map from a
terminal?


Answer

EXEC CICS RECEIVE MAP('Mapname')
MAPSET('Mapsetname')
END-EXEC

Is This Answer Correct ?    2 Yes 0 No

Question { 6441 }

What are the commands used to gain exclusive control over a
resource (for Ex a Temporary storage queue.)?


Answer

ENQ command is used to gain exclusive control over a resource.

Is This Answer Correct ?    2 Yes 1 No

Question { 5585 }

What is a mapset?


Answer

A group of BMS maps linkedited together is called a 'MAPSET'

Is This Answer Correct ?    3 Yes 0 No

Question { 7982 }

What is meant by a CICS task?


Answer

Task is a unit of work.

Is This Answer Correct ?    5 Yes 4 No

Question { 3915 }

What is the command used to send a map to a terminal?


Answer

The SEND MAP command is used to send a map to the terminal

Is This Answer Correct ?    4 Yes 0 No

Question { IBM, 6945 }

Name some of the common tables in CICS and their usage.


Answer

PROCESSING PROGRAM TABLE(PCT):CICS programs and BMS maps are
registered in this table.If the program or map is not
available in this table,CICS will not execute tose programs.

PROGRAM CONTROL TABLE(PCT):It is used to register CICS
transactions.

FILE CONTROL TABLE(FCT):It is used to register control
information of all files,which are used under CICS.

RESOURCE CONTROL TABLE(RCT):When a DB2 program will run
under CICS an additional table called RCT must be
included.It defines the manner in which DB2 resources will
be utilised in CICS transactions.

DESTINATION CONTROL TABLE(DCT):The main information of the
DCT is to register the control information of all TDQ's.

Is This Answer Correct ?    4 Yes 0 No

Question { 14411 }

What is DCLGEN?


Answer

DCLGEN is a DB2 utility.If we provide table details,it will
generate DB2 structure and host variable structure of the
table.It can also generate NULL indicators for the NULL
columns.This output is stored in a PDS member.These members
are included in the program using the INCLUDE.

Is This Answer Correct ?    20 Yes 4 No

 [1]   2    Next