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 much memory does variable of 6 decimal (15, 2) take in PL/1?

IBM,

1 3279

How do you get parameter from JCL to PL1?

IBM,

2497

How do you pass some input from JCL to PL1?

IBM,

2 18101

How do you pass pointer PL/1 main procedure to sub procedure?

IBM,

1 7250

What is controlled keyword in PL/1?

IBM,

1 4342

How do you write from PL/1 code to JCL?

IBM,

2341

If DB2 query returns in null value, how do you work with it in PL/1?

IBM,

2418

What are the different types of string function in PL/1?

IBM,

1 14739

What is the difference between Verify & Index in PL/1?

IBM,

2 46635

How do you use sub-string as a Pseudo-variable in PL/1? How can we use the variables?

IBM,

1 9108

What are the different types of PL/1 files?

IBM,

2239

How do you handle exceptions PL/1?

IBM,

1 7549

How many minimum number of line codes does PL/1 DB2 program requires?

IBM, TelePerformance,

3043

If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?

CTS, IBM,

2508

What are the error (ONCODES) codes did you encounter in PL/1 programme?

IBM,

2976


Un-Answered Questions { IBM MainFrame }

Explain the contents that are a part of dclgen.

1146


How do I delete a table in db2?

1131


What is frset?

1088


What is the use of mdt (modified data tag)?

1112


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

1281


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1531


Can you define ppt and what are its uses?

1128


how can the same proc be re-used and called by many jobs?

1574


Explain correlated sub-queries.

1113


Is their any set of rules for dd? Explain.

1282


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

1295


In COBOL, what is the different between index and subscript?

1287


Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

1084


B37 abend during spufi?

1515


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1294