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



IBM MainFrame Interview Questions
Questions Answers Views Company eMail

What does a disposition of (new,catlg,keep) for a dsn mean?

1203

What are steplib and joblib? What for they are used?

1310

Is condition checking possible in jcl? If yes, how?

1348

What are steplib and joblib?

1227

Suppose I have five jobs to do. But I want to hold one?

1184

Is it possible to define dd statements as you want?

1168

How to pass data to a program that is coded in an exec statement?

1387

What is job control language?

1152

What is the difference between the positional and keyword parameters? Give examples.

1322

Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1179

What are hierarchy levels in jcl?

1575

How dummy is used in jcl?

1207

For what purpose steplib and joblib are used ?

1192

How to alter the parameters for the existing gdg?

1259

I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

1476


Un-Answered Questions { IBM MainFrame }

How do you calculate record size of an alternate cluster?

1207


how JCL works?

1330


What is the purpose of dd?

1299


What is the distinction amongst include and copy?

1037


Explain the device independent method to indicate where a record is stored?

974


Explain what you understand by passing by value.

1206


how to create a changeman read only audit and update only audit Specifications for the Read only Audit 1) Read HFFD database unqualified. 2) Read FDRT, FDDM, FDAP segments. If FDAP-APP-STS is ‘2’ read the FDAV segment and get the FDAV segment which has FDAV-APV-OPTION as ‘X’ If FDAP-APP-STS is ‘5’ read the HFAC database. Read the ACRT segment qualified based on the key obtained from the FDAP segment from HFFD database. Conditions for writing into output file: a. App Type should be NEWR b. App Status should be 1, 2 & 5. c. Write 50 records per app status. For e.g. first 50 records for App status 1, 2 & 5 each The output file should contain the following fields from the database FDRT-COMP-CTRY-CODE X(03). FDRT-CUST-ID-NUM X(10) FDDM-DEM-SEQ-NUM X(01) FDAP-APP-SEQ X(02) FDAP-JNT-IND X(01) FDAP-APP-STS X(01) FDAV-APV-OPTION X(01) FDAV-APV-DT X(06) FDAV-APV-AMT X(07) ACRT-ACCT-NUM X(06) ACRT-SEG-BUS-TYPE X(02) ACRT-NM1-LAST X(19) ACRT-NM1-SS X(09) ACRT-NM1-1ST X(12) ACRT-NM1-INIT X(01) ACRT-NM1-SFX X(03) ACRT-NM1-TITLE X(02) PSB – DVAN2BMP In case you get a GE for any of the conditions, write to output file along with the details of the database segment which was not found. We need to complete this whole process by tomorrow. Run the audit in DLI mode. 2) Sort the output file created in step 1 on Cust ID, Dem Seq & App Seq. Specifications for the Update Audit 3) Take the output of step 2 as input for an update audit. Details are as follows: Read each record & check the app status. If app status is less than 2 then update the FDAP-NEW- MONEY-ENT to $25000.00 PSB - AUDBMPJ The job would be a BMP job. The test job would be run in IMSE region. Note - The proc (which will be called by the job) and the job should also be present in the change-man package itself. You’ll have a test job in your PDS along with overrides to execute the program in test regions. The job would be a DLI job. The test job would be run in IMSE region. It’ll have the following steps. 1) Delete-define output and error files. 2) Use a copybook for the output layout.

3719


What is a db2 tablespace?

1124


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

3315


is there any way to execute more than one proc in the same exec statement at the same time..?

2678


What is meant by deadlock in db2?

1325


What is need of start 0?

1175


Explain the meaning of spufi?

1099


What is cursor with hold option in db2?

1139


How to retrieve rows from a db2 table in embedded sql?

1450