how to get the cursor position?
No Answer is Posted For this Question
Be the First to Post Answer
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
What the purpose of the keywords FIFO, LIFO, FCFO?
How many MONMSG commands can declare in a CL program?
at what level s,o are defined and what they will do?
I am a fresher. I got project on AS 400. Can any body suggest the best book for learning of it.
Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?
How to create files dynamically without DDS?
can a single screen format occupy a screen area above and below a subfile format ?
how to read database records without locking them?
how we lock a pf???? what are the parameters used in this command.how we understand whether an object is locked or not?? using command .....we have to use *PSSR? and trough *status..how??.if we give an eg to me???pls answer me anyone..
How to read 2 positions at a time in a data area? I have created a data area of length and i have to read the values of the data area like 91-92,93-94 at a time up till 100
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error