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

Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen

3 8469

What is quasi rentrancy concept in CICS?

HCL,

1 7931

If -1 is moved to length for more than one field on a map, where will the cursor be positioned?

6 10061

What is the SQL query to select, delete and get count of duplicate rows in DB2?

2 9425

Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?

1 5167

Q1. How to use signature in service program and ILE.? Q2.what is use of signature and binder language and what is the relation between them?

CTS,

2 33930

If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?

6 8924

What is the difference between Primary key and unique index?

6 10457

My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)

HCL, IBM, L&T, TCS,

11 57994

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.

IBM,

13 28094

What is the use of a COPYBOOK in Fileaid ?

Steria,

4 12041

Looking for mainframes IMS DB training @ 9912598882

3 7411

why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2

3 9156

What is package versioning? Please give an example.

1 4890

Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)

2 6491


Un-Answered Questions { MainFrame }

if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2680


What is the role of data manager in the db2 database?

1160


what was the robotech rpg?

1271


Explain the significance of the shareoptions parameter?

1076


Explain about house keeping in assembler?

1098


What do you mean by hierarchical database?

1284


Name the sections present in data division.

1323


How to check last update on table in db2?

1103


What is multithreading in jcl?

1535


What is table space in db2?

1074


What is the draw back of Procedures? why we are going to Modules?

1851


Can you name a few software running under the mainframe?

995


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

2618


Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP

2418


is delete operation supported in an esds? Is rewrite operation possible in esds?

1161