IBM AS400 AllOther (736) What is the purpose of the "N" in the following calculation specification? C KEY CHAIN FILE N 99
1 1669Which 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 1604List 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 1644Define 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 1509
what is the sequence when using cursor?
What is RETURN CURSER LOCATION in subfile?
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?
can I touch the array during treatments?
the maximum number of subfiles that can be active for a single file is ____ .
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
A join logical file has how many record formats?
What is a continuation triple? what is the use of limit sys?
difference between view and index ?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
when do you explicitly open files and close files in an rpg program?
How to handle duplicate error handling in RPG?
what is a program described file in rpg?
distinguish between terminating a program through seton lr and return?
what is a composite key?