IBM AS400 AllOther (736) What is the purpose of the "N" in the following calculation specification? C KEY CHAIN FILE N 99
1 1740Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
1 1705List the steps/commands necessary to accomplish the following: a. Copy data from the file ORDHDR into file ORDHIST b. The file ORDHIST may or may not exist c. If the file ORDHDR does exist, it may or may not contain data d. The file ORDHIST may or may not contain data, if the file does contain data the old data should be erased
1 1730Define what the operation will do, the purpose of the result field and the purpose of *IN66? HI LO EQ C CALL 'CVTDAT' DTPRM 66
1 1590
what is the difference between *like and *namvar ?
What is the difference between access path and open data path?
which are the string manipulation opcodes?
how many types of display are available on as/400 for user interaction?
Why we are not able to perform insert delete and update operation in Join logical file?
What is the use of limit sys?
what is the purpose of indicators in rpg?
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
how will you find a string using pdm?
Write a logic program for knowing the repeated number of a vowels in a given program?
how many specifications are there in rpg/400? What are they?
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...
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
How to retrieve a physical file after deleting that?