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

how to update asingle record in adabas? by using GET, can we do a single record updation?

Satyam,

1 5049

which are the parameters mandatory in job card ?

Accenture,

4 7928

How to copy VSAM files without using REPRO

ADP,

3 8698

is step name is compulsory in jcl ?

2 6972

I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?

CTS,

1 6011

Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?

HCL,

1 3770

What is symbol table in assembler?

HCL,

2 5691

Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job

AVB, IBM,

2 6030

query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop

IBM,

2 5534

What is the maximum Key length of a KSDS dataset

2 4977

What is dummy parameter in JCL??

TCS,

3 7813

Where to download IBM DB2 Certification Dumps for the below: C2090-311 : IBM DB2 10.5 DBA for LUW Upgrade from DB2 10.1 C2090-312 : IBM DB2 11 DBA for z/OS C2090-313 : DB2 11 Application Developer for z/OS C2090-317 : DB2 11 System Administrator for z/OS C2090-541 : DB2 9.7 DBA for Linux UNIX and Windows C2090-543 : DB2 9.7 Application Development C2090-544 : DB2 9.7 Advanced DBA for LUW C2090-545 : DB2 9.7 SQL Procedure Developer C2090-546 : DB2 9.7 Database Administrator for Linux UNIX or Windows Upgrade C2090-610 : DB2 10.1 Fundamentals C2090-611 : DB2 10.1 DBA for Linux, UNIX, and Windows C2090-612 : DB2 10 DBA for z/OS C2090-614 : DB2 10.1 Advanced DBA for Linux UNIX and Windows C2090-615 : DB2 10.5 Fundamentals for LUW C2090-617 : DB2 10 System Administrator for z/OS C2090-730 : DB2 9 Family Fundamentals C2090-733 : DB2 9 Application Developer C2090-735 : DB2 9.5 SQL Procedure Developer C2090-737 : DB2 9 System Administrator for z/OS Exam

Mphasis,

1 5012

i want new rexx tool which will perform jcl chk without submitting it

2093

How to recover a deleted source physical file from library?

HCL,

1 4039

If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 5319


Un-Answered Questions { IBM MainFrame }

if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1351


Define concatenating?

1105


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2675


What is db2 stogroup?

1161


Mention the definition of cobol in varchar field.

1250


What is the difference between nvl and coalesce?

1065


Explain how DSECT parameter is used in BMS ?

1205


What is the Purpose of Pointer in the string?

1081


How can you count the number of rows from a table tab?

1093


What does a rollback do in idms?

967


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

1243


Explain the function of //jcllib statement?

1220


How can you find out the # of rows updated after an update statement?

1116


Explain database descriptor in brief?

1009


How to write a IDMS code to find whose employee last name is starting with J and first name starts with H?

1353