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 |
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
can I touch the array during treatments?
can i use UPDDTA command in rpg program in which contains a file
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
what are the key words you must use when using a subfile?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
purpose of pannel group??/
what are the array operations?