which are control break logic indicators?
Answer / Mukesh Kumar Chaudhary
Control break logic indicators in RPG programs are used to trigger processing at specific points during the execution of a report. Some common control break indicators include: CNTLIND, EOCRD, and PRTDLM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
how can a cgi check whether an ifs object is available?
Can anyone answer me when we will go for LF without key fields
what is maximum number of arrays allowed in rpg?
Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?
which are the member types which seu supports?
How to create an Access path in Synon/2E ?
What is the purpose of the following? A CSRLOC (F1ROW F1COL)
What is a Library in AS/400?
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
How many secondary files allowed in a program?
how do you read changed records backward in subfile?