what built in function can be used with SETLL.If you want
to check whether the search argument is successful or not?
Please give me answer with example?

Answers were Sorted based on User's Feedback



what built in function can be used with SETLL.If you want to check whether the search argument is ..

Answer / swetha p rao

%Equal should be used with Setll .%Equal says whether the
argument is present or not.

Klist1 SetLL File1
If %Equal
/* Argument Found
else
/* Not found

EndIf

Is This Answer Correct ?    27 Yes 4 No

what built in function can be used with SETLL.If you want to check whether the search argument is ..

Answer / syam

SETLL to set pionter to a record

To set pointer to Starting of the file use
C *LOVAL SETLL Recordname
To set pointer to End of the file use
C *HIVAL SETLL Recordname

To set pointer to a particular record of the file use
C Move currentYEAR YEAR(2008)
C YEAR SETLL Recordname

Is This Answer Correct ?    3 Yes 8 No

what built in function can be used with SETLL.If you want to check whether the search argument is ..

Answer / guest

%Found built in function is used with SETLL.%found turned
to be on when a record find in the file.

Is This Answer Correct ?    11 Yes 18 No

Post New Answer

More RPG400 Interview Questions

Can an indexed file be accessed in arrival sequence in RPG?

3 Answers  


How can you delete a record from a file in RPG without using DELETE oppcode?

2 Answers   UST,


How can you determine the number of characters in a variable?

3 Answers  


1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?

0 Answers  


how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE

3 Answers   iGate,


I have learnt through Net that Debugging a Batch job involves 1. Submit the job with the HOLD (*YES) parameter: SBMJOB HOLD(*YES) or Hold the job queue that before submitting the job by using the HLDJOBQ command. 2. Determine the job name, user, and number of the submitted job by using the WRKSBMJOB command. 3. Type the Start Service Job command on your screen: STRSRVJOB JOB(job name/user/number) 4. Type the Start Debug command on your screen: STRDBG 5. Release the job in the jobq. Type WRKSBMJOB and then put a 6 beside the job to be released and press enter, or, if the job queue was put on hold, release the job queue with the RLSJOBQ command. 6. A display appears when the job is ready to start, saying that you can now begin debugging the job. Press F10 to show the Command Entry display. 7. Now you can start debugging by entering an Add Break Point command: ADDBKP 8.ENDDBG 9.ENDSRVJOB I tried this for RPG/400 Program and up to six steps of the above it's ok,but for me no source is displayed and i typed DSPMODSRC in Command line but still i can't see the sourceif i press F.10 and enter command ADDBKP i don't know how to add break points through it,usually i add break points using F.6 for Interactive job debugs,but since this is batch i don't know sir,Please help me out. I was asked this question in a interview,i know only RPG/400 and i’m asking for debugging of RPG/400 program only sir. or is it only possible to debug BATCH RPG ILE JOB and it is not possible to debug BATCH RPG/400 JOB kindly help me out sir

4 Answers   HSBC,


What is the significance of UDATE?

5 Answers   IBM,


How to add 2 new fields in a file? How many ways are there in as400?

2 Answers  


how to display all the members records in a physical file without using ovrdbf?

9 Answers  


how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .

2 Answers  


i want to retrieve record b/w 2 dates in as400

2 Answers   L&T,


list down and describe the sub systems vailable

5 Answers   IBM,


Categories