Redefines clause cannot be used in
a) working-storage section
b) 77
c) 66
d) elementary
Answers were Sorted based on User's Feedback
What is basic difference between directory and pds in ibm mainframe?
Why are you looking for a change?
What is the mainframe computer?
What is the difference between version control and debugging tools?
When we create a physical dataset we specify dcb parameter block size.What is the use of Blocking?
What are some uses of the evaluate statement?
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
Write about the self-referencing constraint?
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
01 A 02 B occurs 10 times 03 C pic 999. 03 D occurs 15 times 04 E pic 999. 04 F occurs 20 times 05 G pic XXX. 05 H pic 99. Determine the total no of byte in A. A) 175 B) 15480 C) 21750 D) 9065
What is a mainframe?
In a test environment, is there a need to run a runstats?