What is the purpose of OVRATA keyword ?
Answer / surendra singh
OVRATA keyword (field or record level) can be used to override the existing display attributes of a field or record already on the display.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the function of SETGT operation in RPG language?
which single rpg opcode performs both setll and reade?
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?
What are the two main attributes, which govern the execution of a job?
what is the clp command to access a query/400?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.
Define an Interactive Job?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
write a pgm to read p.f using cl pgm?
what is the use of CPYFRMQRYF?
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