Define the purpose of Factor 1 the Operation Code and *IN15 in following code
HI LO EQ
C *YMD Test(D)
yymmddDate 15
Answer / supranshu saurabh vir singh
If the factor 1 value matches with factor2 value, the indicator specified in EQ comes *ON.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
what are the important factors in error message subfile ?
In RPG How to read a records from a file without using read opcodes?
What is the function of DSPATR (display attributes) keyword?
What is the default value for the number of increment for the physical file?
what is join logical file?
Please give me the code for A=A+1 in cl program?
Specify different indicators used in RPG?
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
Which 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.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?
how do you read changed records backward in subfile?