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...


what is the use of ENTRY in IMS?

Answers were Sorted based on User's Feedback



what is the use of ENTRY in IMS?..

Answer / duvva

Once the ENTRY statement is encountered, the control is
passed from the IMS s/w to the application program. ENTRY
statement is the point from where the application program
starts its execution.

Is This Answer Correct ?    7 Yes 0 No

what is the use of ENTRY in IMS?..

Answer / srinivas gudla

When ever your batch program is involked under the control
of the DL/I batch intialization module, DL/I first load the
appropriate control blocks and modules, then loads your
application program and passes control to it. Declare
DLITCBL as an entry point to your program by coding
following ENTRY statement,

ENTRY 'DLITCBL' USING PCB-name1
PCB-name2...

Similarly, when your program ends, it must pass control back
to DL/I so that DL/I can deallocate its resources and close
your data base data sets.. To do that, you code a GOBACK
statement, not a STOP RUN statment.

Is This Answer Correct ?    4 Yes 0 No

what is the use of ENTRY in IMS?..

Answer / jak

The "entry" statement connects directly "talking" to your
IMS system.

Some COBOL version The "using" statement connects to a
higher level routine which "talks" to IMS.

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More IMS Interview Questions

What are the disadvantages of a hierarchical database?

0 Answers  


What are the retrieval sequences in ims db?

0 Answers  


Explain the processing modes available in ims db?

0 Answers  


Explain ims software environment?

0 Answers  


What are the path calls in imsdb?

2 Answers  


Explain the two ways in which dl/i interface can be invoked?

0 Answers  


What is the maximum number of levels allowed in ims db?

0 Answers  


What are the advantages and disadvantages of a hierarchical database?

0 Answers  


This question regarding Checkpoint. Suppose my program has checkpoint for every 100 records. If my program abends at 120 records, what will happen. I know first 100 records are committed and rest of 20 records where they gone and where they are stored.

1 Answers   IBM, John Deere,


Define acb?

0 Answers  


I have PCB with structure: PCB TYPE=DB, C DBDNAME=EMPCADBD, C KEYLEN=18, C PROCOPT=LS SENSEG NAME=EMPLOYEE, C PARENT=0 SENSEG NAME=COMPDTL, C PARENT=EMPLOYEE SENSEG NAME=BANKDTL, C PARENT=COMPDTL SENSEG NAME=SALDTLS, C PARENT=BANKDTL SENSEG NAME=EDUCDATA, C PARENT=EMPLOYEE SENSEG NAME=EMERDETL, C PARENT=EDUCDATA SENSEG NAME=ADDRESS, C PARENT=EMPLOYEE ************************************************************ *********** PSBGEN PSBNAME=PSBCALDP,LANG=COBOL END Requirement is to Create a report based on Salary brackets. ( Use SSA’s for logic) · It should have CTCGROSS brackets and No of employees o Employee names falling in each bracket Salary < 100,000 No of Employees Employee-Name Level 100,000 < Salary < 300,000 No of Employees Employee-Name Level 300,000 < Salary No of Employees Employee-Name Level

1 Answers   Accenture,


Define psb?

0 Answers  


Categories