Vous êtes sur la page 1sur 4

HOME

Oracle SOA BPEL ESB OSB


AIA @ Admin
HOME JOBS » SOA » AIA » BPEL » OSB » TRAININGS » TESTING ADMIN DOWNLOADS »

ibm as400 interview questions and answers SOCIAL PROFILES


10:04 IBMAS/400 No comments

IBM AS-400 Interview Questions-->1


Search
1. Define a shared access path?
To share the open data path by various programs in a same job.
Popular Tags Blog Archives

2. What is the difference between array and a multiple occurrence data structure? INFOLINKS IN TEXT ADS
The values stored in array don’t vary. In the other hand, w e can store the
Different values in same variables at various stages. POPULAR POSTS

3. What is *INZSR used for? Oracle Soa Suite 11g interview Questions
It is special type of RPG/400 subroutine, w hich is executed automatically And Answers
at the beginning of the program. It is a good place to code initializes the variables. 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...
4. How can you execute a command from within an RPG program without calling a CLP
program?
Oracle Soa Interview Questions
By calling QCMDEXC application program interface w e can execute a CL command w ith in an
Oracle SOA/BPEL Interview Questions: 1) Why
RPG program. SOA? What are the advantages? What are the
disadvantages? 2) What are the ap...
5. What is the purpose of the "N" in the following calculation specification?
C KEY CHAIN FILE N 99 ibm as400 interview questions answers pdf
free download
If you specify ‘N’ in 53rd position, the record w ill not be locked if you try to read the locked IBM AS-400 Interview Questions-->5 141. What is
Folder? A Folder is a named object that is used
record. It is a w ay of avoiding the record lock.
as a directory for documents a...

6. Which of the following operations does NOT zero the field FLDA defined as 4,0?
scjp 1.6 certification dumps free download
1.Assertions Q: 01 Given: 8. public class test { 9.
C MOVE *ZEROS FLDA public static void main(String [] a) { 10. assert
C Z-ADD *ZEROS FLDA a.length == 1; 11. } 12. }...
C Z-ADD 0 FLDA
C MOVE *ALL'0' FLDA osb interview questions answers
C SUB FLDA FLDA oracle osb interview questions 1. What is a
C MOVE '0000' FLDA Proxy Service? You can think of proxy services as
the services published by OSB...
C CLEAR FLDA
C MOVE *BLANKS FLDA
JSP interview questions and
answers for experienced
The last instruction does NOT zero the field FLDA. Jsp Interview Questions-->2 26.
How can I declare methods within
7. How can you check for a records existence without causing and I/O (CHAIN/READ)? my JSP page? We can declare
W ith the help of File Information Data Structure, w e can check existence of records in a physical methods by using JSP declarative t...
file. The code is described below :
In File description continuation line (IPFK), GANGADHAR. Powered by Blogger.
Home
KINFDS RCDS
IRCDS DS
I *RECORD #RCDS TRANSLATE

W ith the above code w e can check the existence of records in a file w ithout causing I/O LABELS LIST
operation .
AIA (1)
8. Define what a data area is along with a brief example of what it may be used for? AIA FAQS (1)

Data area is a storage area to store limited information. BOOKS (1)

converted by Web2PDFConvert.com
Example: a new and unique customer number is generated w henever a new customer is
added to customer master file. Data area keeps track of last record added and adds 1 to it. BPEL Activitys (28)
Through program w e can access new customer number. CERTIFICATION DUMPS (1)

9. Define what a data queue is along with a brief example of what it may be used for? CORE JAVA (5)

EJB (4)
Data queues provides communication betw een programs by calling API's QSNDDTAQ and
QRCVDTAQ along w ith parameters like data queue name, library in w hich data queue exists, ESB (1)
variable to store the number of characters to be sent, variable to store the information to be
sent. We can send the same data queue to the many programs. ESB FAQS (1)

Hadoop (3)
10. What is the purpose of the following?
HIBERNATE (3)
I 'CLOSED' C STAT01
I 'OPEN' C STAT02 Html 5 (1)

IBM AIX (3)


It is a type of initializing the variables in I-spec. And these are further used in C-spec.
IBM AS/400 (5)
11. What is the difference between UDATE and the system date?
UDATE supports tw o-digit year. The format is *MDY (MMDDYY). Iphone (3)
*DATE (system date) supports four digit year. The format is *MDYY (MMDDYYYY). JAVA DUMPS (1)

12. List some of the commonly used commands for debugging JDBC (5)
STRDBG (for batch jobs), STRISDB
JSF (2)
.
JSP (2)
13. Define the RCVF command?
RCVF command used to receive the records either from the data base file or device file. oracle sql/plsql faqs (7)

OSB (1)
14. Define the purpose of the %SST function?
To extract the information from the specified string. San interview Q(A) (4)

15. Define the purpose of the *CAT function? SERVLETS (6)


To concatenate the tw o strings into a one string. SOA ADMIN INTERVIEW(Q) (1)

16. Define the purpose of the *BCAT function? SOA INSTALL GUIDE's (1)
To concatenate the tw o strings by placing a single blank in a resultant.
SOA INTERVIEW (2)
17. Describe the difference between the DOWxx and DOUxx operations? SPRING (5)

DOW xx : If the condition becomes true, then only the group of instructions allow ed executing. STRUCTS (2)
DOUxx : Irrespective of condition, it w ill execute at least one time.
Tibco faqs (4)
18. Define the purpose of the LEAVE operation? WEBLOGIC SERVER (15)

If you specify LEAVE, the control transfers to the statement below the ENDDO. WebMethods (4)

19. Define the purpose of the ITER operation? FOLLOWERS


If you specify the ITER, the groups of statements are allow ed to execute repeatedly.

20. List the steps/commands necessary to accomplish the following:

a. Copy data from the file ORDHDR into file ORDHIST


b. The file ORDHIST may or may not exist
c. If the file ORDHDR does exist, it may or may not contain data
d. The file ORDHIST may or may not contain data, if the file does contain
data the old data should be erased

Commands: a. CPYF FILE (ORDHDR) TOFILE (ORDHIST)


b. CPYF FILE (ORDHDR) TOFILE (ORDHIST) CRTFILE
(*YES)
c. CPYF FILE (ORDHDR) TOFILE (ORDHIST) *ADD
d. CPYF FILE (ORDHDR) TOFILE (ORDHIST) *REPLACE

21. What is the purpose of the following?

converted by Web2PDFConvert.com
FORDHDR1 IF E K DISK
ORDHDRF KRENAMEORDHDRF1

In order to rename the record format of a data base file in a program,


w e can use the above steps. Purpose of renaming is: If the record format name is similar in
tw o files and if both are used in a same program, the program w ill not compile. Hence w e have
to rename either of the file.

22. What is the purpose of the following

C/COPY QRPGSRC, ORDERR

During the compilation the source code of ORDERR copy book is copied into
the existing program. W here as /COPY is compiler directive
statement.

23. What is the purpose of the following

FORDHDR1 CF E WORKSTN
$2SFN SFILE FMT2

The above line indicates that, $2SFN is a relative record number and FMT2 is name of the
subfile record format.

24. What is the purpose of the following

I UDS
I 1 60ORDER#
I 7 90LINE#

The purpose is to define the variables in I-Spec and these are further used in C-spec. W here
as ‘U’ indicates data area data structure? The above code is used to update the data area
value through the program. The letter "U" indicates that the defined data structure is a data
area data structure.

25. What is the purpose of the following?

A CSRLOC (F1ROW F1COL)

Using this record level keyw ord, you can specify cursor location on an output operation to the
record format you are defining. The program sends output after setting the cursor
location.

26. What is the difference between SFLCLR and SFLINZ?

SFLCLR: It clears the subfile.


SFLINZ: First it clears the subfile and initializing the numeric variables w ith zeros and
alphanumeric variables w ith characters.

27. Define the purpose/use for SFLRNA?


Using this, w e can make specified subfile record format inactive.

28. Define what the operation will do, the purpose of the result field and the purpose of
*IN66?
HI LO EQ
C CALL 'CVTDAT' DTPRM 66

The above statement causes, call the program and pass the parameter.

29. Define each of the following operation codes

a. READ To read the records sequentially.


b. READE To read the equal key records
c. READP To read the previous records
d. READC To read the records from the w orkstation file (Subfile).
e. REDEP To read the equal key previous records.

converted by Web2PDFConvert.com
30. Define the purpose of the following code (If you know, how would this be written in
RPG ILE)
HI LO EQ
C *IN66 DOUEQ *OFF
C KEY1 CHAIN FILEA 90 66
C 66 CALL PGM1 PRM
C ENDDO

W henever the indicator *IN66 becomes *OFF, the control transfers after ENDDO statement.
Otherw ise, it reads the records from the data base file based on indicator specified on HI
position. If the specified indicator on LO position becomes *OFF, then only CALL statement w ill
execute.

Recommend this on Google

Reactions:

Newer Post Home Older Post

0 comments:
Post a Comment

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

Vous aimerez peut-être aussi