1.How to read a subfile in out put mode?
2.what are the keywords used to share same file?
3.using composite key which rpg code used?
Answers were Sorted based on User's Feedback
Answer / syam
A2. Share open data path = *Yes
A3. KLIST & KFLD in Free Format %KDS
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abhiraj
a1. by CHAIN opcode
a2 and a3 same as syam's ans
| Is This Answer Correct ? | 1 Yes | 0 No |
what will happen two jobs have same name are submitted
Can more than one subfile record be displayed on one line?
How can we change element of compile time array?Can we do so
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
How can you delete a record from a file in RPG without using DELETE oppcode?
What is the purpose of FRCDTA keyword?
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’
1.How to load Records of a Physical file(PF) in the reverse order, in CL program?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.