What is the difference between inrec and outrec?
No Answer is Posted For this Question
Be the First to Post Answer
What will be the result if on size error phrase is declared?
Can I redefine an x(100) field with a field of x(200)?
Define where and its usage?
What is inspect and what is it used for?
Can you name a few software running under the mainframe?
How do you write from PL/1 code to JCL?
What do you mean by an alias?
Define clustered index?
If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B
can you change the attribute in mapset? if so how?
How do you find out whether two Data Sets are having exact Data through ISPF Panel? (Say No of Records, Record Data exactly matching including spaces)
subscripting can be said as A) subscripting enables us to write a move compact code in the procedure division. B) subscripting enables us to refer to any element of a table by the same data name with the facility of identifying a particular element through the values of subscript. C) Subscripting reduces the no of entries to be included in the data division D) subscripting enables us to use loops in the procedure division