Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 # 69735

Users Marked my Answers as Correct # 269
Users Marked my Answers as Wrong # 57
Answers / { kavya }

Question { 10471 }

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, 33580 }

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 { 16916 }

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 { CGI, 28557 }

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, 8335 }

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, 10800 }

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, 10147 }

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, 4915 }

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 { 4309 }

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 { 7673 }

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 { 6500 }

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 { 9445 }

What is meant by a CICS task?


Answer

Task is a unit of work.

Is This Answer Correct ?    5 Yes 4 No

Question { 5147 }

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, 7576 }

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 { 15611 }

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