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 AS400 Interview Questions
Questions Answers Views Company eMail

what is the difference between comp & comp-3?

4 12341

how array can be declare in cobol?

6 34743

what is the difference between section,paragraph and sentences

4 40761

define sort? and its syntax?

3 8374

what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 19421

what is redefine and its syntax?

HCL,

6 25055

1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?

HCL,

14 20666

i have recently moved to hyd. i would like to know which is the best institue to learn AS400. are there any in ameerpet? thanks.

4 7512

In there is 100 no. of recordsin PF, if i delete all the records. Then what is the Size of the PF?

9 14122

i want to display the 10000 record in a subfile by using loadall , can we do it?

CybAge,

10 34314

ESCAPE message sent by child program can be handled by parent program using which keyword?

2 8062

How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field

2 8347

How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC

HP,

2 9107

1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?

3 8315

OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?

IBM,

3 32180


Un-Answered Questions { IBM AS400 }

Write a CL program which will run a batch job at 1 am every night

1096


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

2012


Explain the difference between section, paragraph and sentences?

981


how to develop some simple graphs (bar charts) using just html?

1065


hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.

2563


Can we concatenate fields in physical file? If yes how can we do?

1053


how can database records be read without lock ?

1951


how many files, printer files you can describe in a rpg?

1140


What is the difference between non-join logical files and join logical files?

1123


writing an sql statement from selecting records from two files using single statement and nested select statement.

1194


records can be read/update/deleted with which file?

1079


Explain the difference between comp & comp-3?

974


Q:HI friends accually ihave one problem plesase let me know the alternate code of this code. Related field description of code: Add a field, CALvsPRD, "Calendar Day Starts Before/After Production Day" to the parameter set WRKORDER which accepts values 'A' or 'B' o B = Calendar Day Starts Before Production Day o A = Calendar Day Starts After Production Day o Any other value indicates the production and calendar dates are always the same. code: Automatic Execution Of *INZSR Subroutine /Z01 * retrieves WRKORDER field values. /Z01 * Calculate default Production Date and return it to caller. /Z01 * Production date defaults to system date /Z01 C Eval P@Pdate = %DATE() /Z01 * unless Calendar date starts Before PDN(production) date and /Z01 * system time is before PDN Start Time then /Z01 * PDN date is yesterday. /Z01 C If W@CALvsPRD = 'B' and /Z01 C %TIME() < %TIME (W@Strtime) /Z01 C Eval P@Pdate -= %Day(1) /Z01 * unless Calendar date starts After PDN date and /Z01 * system time is *GE PDN(production) Start Time then /Z01 * PDN date is tomorrow. /Z01 C ElseIf W@CALvsPRD = 'A' and W@Strtime > *Zero and /Z01 C %TIME() >= %TIME (W@STrtime) /Z01 C Eval P@Pdate += %Day(1) /Z01 C EndIf /Z01 C Eval *InLr = *On

2529


What is diff between EVAL & MOVE?

1579


can you display a empty subfile?

1236