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



MainFrame Interview Questions
Questions Answers Views Company eMail

What is a set? How may sets be ordered?

905

What is ook-rec?

977

Explain about set currency?

938

Explain about record currency?

923

Explain about run unit currency?

965

Explain about area currency?

917

What is dbkey?

945

Explain about few error status codes of idms.

950

Discuss some of the terminology of idms.

999

Difference between fixed length and variable length records.

914

Explain storage architecture of idms.

920

Is automatic restart possible in jcl?

1280

How jcl work to handle various input output file operations?

1228

Is their any set of rules for dd? Explain.

1282

What is use of restart and how to use it?

1373


Un-Answered Questions { MainFrame }

Explain the syntax of sort?

1049


What is basic difference between directory and pds in ibm mainframe?

1238


different type of cursor?

1111


A dd statement consists of 4 fields. Name them?

1486


How can you submit a job through cobol program?

1596


How do you use altindxs in batch, cics programs?

1107


Where do you specify them?

1385


Mention the way of highlighting as well as putting a cursor to use in a cobol program.

1149


Explain the difference between null compression and default compression?

1002


which is the cics control program that provides communication services between user written application programs and terminals?

1053


What type of database is db2?

1025


Define where and its usage?

1073


Can we change the password using ALTER? anyone tried and changed?

2086


Q:HI friends accually ihave one problem plesase let me know the alternate code of this code. Related field description of code: Add a field, CALvsPRD, "Calendar Day Starts Before/After Production Day" to the parameter set WRKORDER which accepts values 'A' or 'B' o B = Calendar Day Starts Before Production Day o A = Calendar Day Starts After Production Day o Any other value indicates the production and calendar dates are always the same. code: Automatic Execution Of *INZSR Subroutine /Z01 * retrieves WRKORDER field values. /Z01 * Calculate default Production Date and return it to caller. /Z01 * Production date defaults to system date /Z01 C Eval P@Pdate = %DATE() /Z01 * unless Calendar date starts Before PDN(production) date and /Z01 * system time is before PDN Start Time then /Z01 * PDN date is yesterday. /Z01 C If W@CALvsPRD = 'B' and /Z01 C %TIME() < %TIME (W@Strtime) /Z01 C Eval P@Pdate -= %Day(1) /Z01 * unless Calendar date starts After PDN date and /Z01 * system time is *GE PDN(production) Start Time then /Z01 * PDN date is tomorrow. /Z01 C ElseIf W@CALvsPRD = 'A' and W@Strtime > *Zero and /Z01 C %TIME() >= %TIME (W@STrtime) /Z01 C Eval P@Pdate += %Day(1) /Z01 C EndIf /Z01 C Eval *InLr = *On

2578


Which components manage deadlocks in db2?

1137