Anda di halaman 1dari 4

HOME

Oracle SOA BPEL ESB OSB


AIA @ Admin
JOBS

HOME

SOA

AIA

BPEL

OSB

TRAININGS

TESTING

ADMIN

ibm as400 interview questions


11:04

IBMAS/400

DOWNLOADS

SOCIAL PROFILES

1 comment

Search

IBM AS-400 Interview Questions-->2


31. How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to
dynamically expand?
SFLSIZ > SFLPAG.
32. When would you use or not use this approach?
It is the most desirable method in building real time applications. We can use at all the times.
33. How can you detect and handle a record lock situation?
If you try to read the locked record, w e can get system defined message i.e. the program w ill
ended abnormally.W ith the help of File Information Data Structure w e can handle record lock
situation.Generally it w ill happen, w hen the same file of type U" used in different programs .

Popular

Tags

Blog Archives

INFOLINKS IN TEXT ADS


POPULAR POSTS
Oracle Soa Suite 11g interview Questions
And Answers
1)
What is the difference between 10g and
11g? SCA architecture was followed in 11g and
not in 10g In 11g you can put al...

34. How can you detect overflow for a print program that prints multiple lines per cycle?
You specify the indicators OA through OG and OV in 33 - 34 columns in a printer file. This
indicator automatically set on w henever overflow occurs on a type of page.

Oracle Soa Interview Questions


Oracle SOA/BPEL Interview Questions: 1) Why
SOA? What are the advantages? What are the
disadvantages? 2) What are the ap...

35. How would you design the process for a nightly, high volume check producing process
that needs to select only records that are flagged to be processed?
W ith the help of OPNQRYF Clp command, w e can select the records from the data base file.
The process involves follow ing steps:

ibm as400 interview questions answers pdf


free download
IBM AS-400 Interview Questions-->5 141. What is
Folder? A Folder is a named object that is used
as a directory for documents a...

Steps:1.
2.
3.
4.
5.

OVRDBF w ith SHARE (*YES)


OPNQRYF
CALL the program
DLTOVR
CLOF

scjp 1.6 certification dumps free download


1.Assertions Q: 01 Given: 8. public class test { 9.
public static void main(String [] a) { 10. assert
a.length == 1; 11. } 12. }...

36. How would you join 3 separate fields, a first name, middle initial and last name
together as 1 field with proper spacing? Y ou can describe in either RPG and/or RPG ILE
(Integrated Language Environment)

FNAME
VAR1

MOVE 'Dr. '


FNAME 3
MOVE
'JOHN'
MNAME 4
LNAME 6
MOVE 'WATSON'
CAT
MNAME: 1
VAR1
8
CAT
LNAME: 1
VAR2
15
DSPLY
VAR2
MOVE
*ON
*INLR

osb interview questions answers


oracle osb interview questions 1.
What is a
Proxy Service? You can think of proxy services as
the services published by OSB...
JSP interview questions and
answers for experienced
Jsp Interview Questions-->2 26.
How can I declare methods within
my JSP page? We can declare
methods by using JSP declarative t...
GANGADHAR. Powered by Blogger.
Home

37. When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the
RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR
executed?
If you specify RETRN in called program, the *INZSR w ill not execute again.

TRANSLATE
LABELS LIST

38. Show 2 ways to convert a date from Y Y MMDD to MMDDY Y (MULT operation not
acceptable)

1) CVTDAT DATE ()

RTNVAR ( )

FROMFMT ( )

TOFMT ( )

Source code is required to convert from one date format to another date format.

AIA (1)
AIA FAQS (1)
BOOKS (1)

converted by Web2PDFConvert.com

The source code in CLP is given below :

BPEL Activitys (28)


PGM
DCL
DCL
DCL
DCL
CHGVAR
CHGVAR
CHGVAR
SNDMSG
ENDPGM

VAR (&VAR1) LENGTH (6) TYPE (*CHAR) VALUE ('YYMMDD')


VAR (&RCVD) LENGTH (6) TYPE (*CHAR)
VAR (&VAR2) LENGTH (4) TYPE (*CHAR)
VAR (&VAR3) LENGTH (2) TYPE (*CHAR)
VAR(&VAR2) VALUE(%SST(&VAR1 3 4))
VAR(&VAR3) VALUE(%SST(&VAR1 1 2))
VAR(&RCVD) VALUE(&VAR2 *CAT &VAR3)
MSG (&RCVD) TOUSR (*USRPRF)

CERTIFICATION DUMPS (1)


CORE JAVA (5)
EJB (4)
ESB (1)
ESB FAQS (1)
Hadoop (3)
HIBERNATE (3)

39. Determine the value of the result field

Html 5 (1)
a.
b.
c.
d.
C

Cost = $110. 00
Tax = 20%
MarkUp= 05%
Sale = 10%
Eval TotalCost = ((Cost * MarkUp) * Tax)) - Sale = 1. 0$

IBM AIX (3)


IBM AS/400 (5)
Iphone (3)
JAVA DUMPS (1)

40. Define the purpose of Factor 1 the Operation Code and *IN15 in following code

JDBC (5)

HI LO EQ
C

*YMD

Test (D)

yymmddDate

15

If the factor 1 value matches w ith factor2 value, the indicator specified in EQ comes *ON.

JSF (2)
JSP (2)
oracle sql/plsql faqs (7)

41. Describe the function of SETLL operation in RPG language?


The SETLL operation positions a file at the next record w ith a key or relative record number
that is greater than or equal to key or relative record number specified in factor1.
42. Describe the function of SETGT operation in RPG language?
The SETGT operation positions a file at the next record w ith a key or relative record number
that is greater than key or relative record number specified in factor 1.
43. What is the purpose of Level Check parameter in a Physical file?
Specifies w hether the level identifiers of the record formats in the physical file are checked
w hen the file is opened by the program.

OSB (1)
San interview Q(A) (4)
SERVLETS (6)
SOA ADMIN INTERVIEW(Q) (1)
SOA INSTALL GUIDE's (1)
SOA INTERVIEW (2)
SPRING (5)

44. Define a Job Queue?


Job queues are queues of batch jobs w aiting to be processed.

STRUCTS (2)
Tibco faqs (4)

45. Define a Output Queue?


Output queues are queues of jobs w aiting to be printed.

WEBLOGIC SERVER (15)


WebMethods (4)

46. What is the function of CPY SPLF command?


It copies the spooled file to the data base file.

FOLLOWERS
47. What is the function of CPY F command?
To copy the data from the one file to another.
48. What is the function of CRTDUPOBJ command?
To create the replica from the original object.
49. Define Subsystem?
Subsystem is nothing but it provides specialized environment to complete the execution of jobs.
50. What are different types of Subsystems?
QBATCH, QINTER, QSPL, QCMN, QCTL, QBASE.
51. Define a Batch Job?
* A user request the job .
* The job is created (job name is assigned, job attributes are allocated)
* The job is placed on a job queue
* The sub system QBATCH takes the job from job queue and starts it.
* Output generated by the batch job is placed on an output queue.
* The spool sub system prints the output on the output queue.

converted by Web2PDFConvert.com

52. Describe about Query/400?


Query/400 is a licensed program that uses a query to analyze and select the information
contained in the data base files and create a query report.
A query report can be:
* displayed on a w orkstation (screen)
* printed
* stored in another database file.
53. What is the CLP command to access a Query/400?
W RKQRY
54. Purpose of Overrides?
The basic purpose of Overrides is to temporarily change the attributes of a file. So you dont
have to create permanent files for every combination of attributes your application might
need. Override gives you the flexibility to use existing model files and dynamically change
their attributes.
55. Define Data Structure?
Data structures are specified in the Input specifications of an RPG/400 program to define an
area in storage and layouts of related sub fields.
56. What is the purpose of Data structure?
* Divide a field in to sub fields
* Change the format of a field
* Group non-contiguous data in a contiguous format
* Define an area of storage in more than one format
* Define Multiple occurrences of data structures.
57. List and explain the different type of data structures?
* Data area data structure
W hen the data area is defined in an RPG/400 program as a data area data structure, its data is
implicitly retrieved for processing and w ritten back at the end of the program. In the data area
data structure, letter "U" must be entered to define the data structure as a data area data
structure.
* File information data structure
A file information data structure provides exception/error information that may be occurred
w hen processing a file during program execution. This type of data structure contains pre
defined sub fields that identify
* The name of the file for w hich the error occurred
* The record processed w hen the error occurred
* The operation being processed w hen the error occurred
* The status code number
* The RPG/400 routine in w hich the error occurred.
Exception errors may be controlled by testing for an error code in the *STATUS field w hich is
included in a file information data structure. Specifically, keyw ords including *FILE, *RECORD,
*OPCODE, *STATUS, *ROUTINE provide the previously named information.
* Program status data structure
Program status data structure how ever identity exception/errors that are generated in the
program by RPG/400 operations and not by a file. Note that any code greater than 00099 is
flagged as an exception/error. Four keyw ords - *STATUS, *ROUTINE, * PROGRAM, *PARMS are
supported by a program status data structure.
58. What is the purpose of DY NSLT keyword?
This is a file level keyw ord used in a logical file. If you specify this in a file level, the system
doesn't perform record selection until the program reads file. Then on the Select/Omit criteria,
it selects the records from the specified file.
59. What is the difference between access path and Dynamic select?
Dynamic select occurs w henever the program reads file. But access path occurs before the file
is read (but not necessarily), because access path maintenance performed on the file .
60. Why would you prefer OPNQRY F than logical file?
The main difference is: Logical file creates permanent object on the system. OPNQRYF creates
temporary access path.

converted by Web2PDFConvert.com

Recommend this on Google


Reactions:

Newer Post

Home

Older Post

1 comments:
ramamohana 15 March 2013 07:32
IBM AS-400
Reply

Enter your comment...

Comment as: Select profile...

Publish

Preview

Subscribe to: Post Comments (Atom)

BLOGGER NEWS

BLOGROLL

ABOUT
Gangadhar

Copyright 2014 Oracle SOA BPEL ESB OSB AIA @ Admin | Powered by Blogger
Design by NewWpThemes | Blogger Theme by Lasantha - Premium Blogger Themes | Virtual Private Server

converted by Web2PDFConvert.com

Anda mungkin juga menyukai