How do I remove a flag or check no. or name when a user
opens too many sessions?
No Answer is Posted For this Question
Be the First to Post Answer
In Which Specs Arrays, Tables & Constants Are Defined?
Distinguish between logical file and physical file?
How to change file attributes such as size, file wait time, record wait time etc., permanently?
how does the runqry show the output?
We have seen no of parameter list but If we mention like this 'CALL PROGNAME PLIST ' how to know No of parameter name of program ?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
what are two types of record are used in subfile?
Hi.can any body give me the code for this quesiton please.Because i dont have to try to enter the code in to the AS/400 server.Please can anybody give the answer for this question with complete code? A smple RPLE pgm which accepts the starting number and ending number as parameter.It then has to count all the odd numbers b/w the accepted range of numbers and display the results/ Ex:if the input parameters are 11 and 30 the result should be 10(11,13,15,17,19,21,23,25,27,29) Please explain and give me the complete code?
what does vldcmdkey means?
What is program status data structure(psds) in as400?
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.