IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Define 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 1685Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO
1 1669Determine the value of the result field a. Cost = $110. 00 b. Tax = 20% c. MarkUp= 05% d. Sale = 10%
1 1634Define the purpose of Factor 1 the Operation Code and *IN15 in following code HI LO EQ C *YMD Test(D) yymmddDate 15
1 1710
What are the common vsam error conditions and codes?
Is it slower if you access a record through alt index as compared to primary index?
Explain the difference between lds and esds?
how do I declare a table or array in rpg iv?
What is journal recovery?
How many bytes does a s9(7) comp-3 field occupy ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Explain the advantage of creating the acbs well ahead of time?
how may a cgi control duplicate inputs?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
explain the information contained in ci
What is acbgen process?
how can a cgi check whether an ifs object is available?
How is data passed from a calling program to an assembler called program?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?