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 is a procedure?

1 5046

Can we browse or edit the GDG dataset if it is a tape entry?

4 17501

What happens if both JOBLIB and STEPLIB is specified ?

8 16423

What is order of searching of the libraries in a JCL?

4 11912

What is the difference between static call & Dynamic call ?

3 14478

What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?

Patni,

2 13378

How to get cursor position from system in CICS environment ?

8 40841

How many parameters are there to a DISP statement and what are their uses ?

3 7976

What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

CitiGroup,

5 33835

What does SYSIN * indicate?

2 8373

What u mean by include statement in JCL ?

3 29313

The maximum number of in-stream procedure you can code in any JCL is ?

5 15949

What is a COND parameter in JCL?

TCS,

10 64540

How many types of libraries are there in JCL ?

IBM,

2 11731

What you mean by skeleton JCl?

2 14980


Un-Answered Questions { IBM MainFrame }

Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?

3211


How do you calculate record size of an alternate cluster?

1207


How do you find the maximum value in a column in db2?

1157


explain the information contained in ci

1093


Why are you looking for a change?

1029


I executed one job and I forget to save the final JCL. But took an XDC from SPOOL. Now I want to recover the JCL from XDC dataset. Is there any process to do this?. (Manually it takes a lot of time). Is there

3131


Explain the cics command that is used for reading a record from the tdq?

1056


Hi, While I am trying to produce a html report from SAS interactive screen, I am always getting an error. I have attached the result of interactive execution with this. Please help me on this. NOTE: All profile changes will be lost at the end of the session. 1 *libname ia 'U19K.CAPS.SAS'; 2 3 /*Data declaration*/ 4 data work.staff; 5 infile 'U19K.CAPS.SAS (RAWDATA1)'; 6 input LastName $ 1-10 FirstName $ 11- 20 7 JobTitle $ 21-23 Salary 24- 28 8 BirthDat $ 29-37 Gender $ 38 9 run; 10 11 /*Basic "format" statement*/ 12 /*assign range of values to a variable and use it*/ 13 /*'$' should be used for a alphanumeric manipulation*/ NOTE: The infile 'U19K.CAPS.SAS(RAWDATA1)' is: Dsname=U19K.CAPS.SAS (RAWDATA1), Unit=3390,Volume=XTD007,Disp=SHR,Blksize=6160, Lrecl=80,Recfm=FB NOTE: 20 records were read from the infile 'U19K.CAPS.SAS (RAWDATA1)'. NOTE: The data set WORK.STAFF has 20 observations and 7 variables. NOTE: The DATA statement used 0.01 CPU seconds and 7537K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 14 proc format; 15 value Salrange low- 10000='Below' 16 10001- 20000='Medium' 17 20001- High='Above'; NOTE: Format SALRANGE has been output. 18 value $Gender F='Female' 19 M='Male'; NOTE: Format Ă…GENDER has been output. 20 run; NOTE: The PROCEDURE FORMAT used 0.00 CPU seconds and 7523K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 21 22 /*ODS-Output delivery system to create html file*/ 23 ods listing close; 24 ods html file='C:\Documents and Settings\u19k\Desktop\html1.html'; NOTE: Writing HTML Body file: C:\Documents and Settings\u19k\Desktop\html1.html ERROR: Invalid file, C:\DOCUMENTS AND SETTINGS\U19K\DESKTOP\HTML1.HTML. WARNING: No body file. HTML output will not be created. 25 26 /*Basic "label" statement*/ 27 proc print data=work.staff split=''; 28 label LastName='Last Name' 29 FirstName='First Name' 30 JobTitle='Job Title' 31 Salary='Annual Salary'; 32 format Salary Salrange. Gender $Gender.; 33 var LastName FirstName JobTitle Salary Gender; 34 title 'Employee database'; 35 run; WARNING: No output destinations active. NOTE: The PROCEDURE PRINT used 0.00 CPU seconds and 10275K. NOTE: The address space has used a maximum of 3676K below the line and 15196K above the line. 36 37 /*ODS-html closing*/ 38 ods html close; 39 ods listing;

2834


What are all the divisions of a COBOL program?

1278


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

1188


What is find and read operation in adabas file?

973


What is difference between isnull and coalesce?

1116


how do you reference the rrds file formats from cobol programs

1665


Name the lockable units in DB2?

1191


What is auto status in idms?

932