difference between MSGSFL AND SFL?
MSGSFL(MESSAGE SUBFILE):
i)displays multiple msgs...
ii)here CLEAR && LOAD routines not required..
iii)enable to dispaly MULTIPLE ERROR MSGS at a time...
sfl(subfile):
i)displays multiple records
ii)clear && load routines are required
iii)used to display multiple records at a time..
| Is This Answer Correct ? | 0 Yes | 0 No |
What will happen if both steplib and joblib are specified?
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
Explain a linkage segment
who will provide realtime projects for me on mainframe banking Or health care domain on bangalore."it's urgent for me" pls send uregent reply
how do u conduct impact analysis?
Can you explain function of iebgener?
List the type of locks?
What is a configuration management system, give examples?
Describe the benefits of drda?
Can you define path?
What are the error (ONCODES) codes did you encounter in PL/1 programme?
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