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...


Hi,while writing a program, what is the mandatory
specification using rpg/400 (in7 specification)?And please
tell me what is the difference between SCAN AND CHECK
opcodes?can any body tell me in real time senario?with
example?

Answers were Sorted based on User's Feedback



Hi,while writing a program, what is the mandatory specification using rpg/400 (in7 specification)?..

Answer / swetha p rao

C Spec is mandatory because we need to specify SETON LR in
the program,If (C SETON LR) is not specified program throws
a compilation error.

Is This Answer Correct ?    8 Yes 2 No

Hi,while writing a program, what is the mandatory specification using rpg/400 (in7 specification)?..

Answer / madhusudhan

Difference Between Scan and Check Operators
'D' SCAN 'Hardcore' Res
'D' Check 'Hardcore' Res1
'D' Check 'Dragon' Res2

Res = 4 , Res1 = 1 , Res2 = 2

Scan always gives the position where the search string is
found.
Check always gives the position of First non-existent
Position. Hope the RES1 and RES2 example will give you an
idea of CHECK opcode

Is This Answer Correct ?    2 Yes 1 No

Hi,while writing a program, what is the mandatory specification using rpg/400 (in7 specification)?..

Answer / t thomas

%check validates a string character by character to a
particular set of characters and gives 0 if that character
in the string is not present in our set else give the
position.

%scan checks in a string whethere a string or character is
present in another string and also gives the start position.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More IBM AS400 AllOther Interview Questions

What Is The Difference Between Goto & Exsr?

0 Answers   IBM,


what is join logical file?

1 Answers   IBM,


Is LDA can be access accross the Job?

9 Answers  


What is Multi-format logical file?

1 Answers  


Distinguish between logical file and physical file?

1 Answers  


what is the length of a variable in rpg?

1 Answers   IBM,


What is the function of DSPATR (display attributes) keyword?

1 Answers  


What Is Default Data Type (if You Define Decimals '0') In Physical File?

1 Answers   IBM,


Difference between NOPASS & OMIT?

0 Answers  


What is the symbol used for copying & moving new field in SDA?

1 Answers  


how can I control from my cgis the cache of a remote browser?

0 Answers   IBM,


What is LDA?

1 Answers  


Categories