Is it necessary to define all formats ? Which are mandatory and which are Optional ?
what does check opcode do ?
what is sflpag and sflsiz ?
1.what is mean by compilation and runtime error? 2.How to define ALFA numeric value in pf? 3.what command is used to define a data in cl pgm? 4.What type of command is used in page at a time subfile and load all subfile?
what is maximum number of arrays allowed in rpg?
What is the difference between crtdupobj and copyf?
how to pick up the changed records every time in a subfile after the first change made ?
how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
distinguish between terminating a program through seton lr and return?
how can a cgi check whether an ifs object is available?
How to genarate the reports?
when is a tag statement used in rpg?
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error