Maximum how many files declare in rpgle
Answers were Sorted based on User's Feedback
Answer / rpg learner
In RPG400 We have restication to use files. IT allows 50 files. but in RPGLE we can declare n number of files.
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / sp
we can declare maximum 50 files and among that 8 for
printer files
| Is This Answer Correct ? | 18 Yes | 6 No |
How can i keyed a flat file in RPGLE
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
how do I declare a table or array in rpg iv?
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
Im traying to get out put of this below mention simple logic code.But im geting out of different.(im trying with my laptop trhough my company server. DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400') DCL &FIELD2 *CHAR 10 CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1) Can you tell me the value of field2 after excuted of CHGVAR command.
in which journalling which attributes are necessary??/
How Chain operation copies the record's data to the input buffer for the program?
list down and describe the sub systems vailable
why subproc not run in dftactgrp?????/plz explain
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
steps for debugging two rpg programs????