what are the types of identifers
Answers were Sorted based on User's Feedback
Answer / arun
1.File Level Identifier
2.Member level Identifier
3.Record Format Level Identifier.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / aashi
Basically we know 3 type of identifier
1. is numeric which we denotes pic 9(2) like.
2. is alphabetic which we denotes pic A(2) like.
3. is alphanumeric identifier which we denotes pic x(2)like
| Is This Answer Correct ? | 5 Yes | 7 No |
How to identify the object has compiled with the debug view as *source without using STRDBG?
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
can i use UPDDTA command in rpg program in which contains a file
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
wat is the difference between array and multiple occurence data structure?
what is the difference between do while and do until?
what r drawbacks of OPM? Why do we go for ILE RPG?
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’
What is the syntax of passing parameters to a procedure by value?
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
When it is desirable to describe files Internally?