can i use UPDDTA command in rpg program in which contains a file
Answer / sravan
Using QCMDEXC you can use any command line commands in your rpgle programs.
| Is This Answer Correct ? | 4 Yes | 1 No |
how to retrieve RRN value in RPGLE program
list down and describe the sub systems vailable
what is the use of sflnxtchg?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2
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 is batch debug in as400?
what is the difference between SETON RT & RETURN?
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
in which journalling which attributes are necessary??/
Can a indexed file be accessed in arrival sequence in RPG?