1.

What Is The Output Of The Following Command Given In Tso/ispf Terminal? Srchfor Abc Srchforc Xyz, (+5)

Answer»

SRCHFOR ABC SRCHFORC xyz, (+5)
SRCHFOR 'abc' SEARCH for abc in the current PDS or LIBRARY.

SRCHFOR C 'xyz', (+5) search for 'xyz' and (+5) in continuation (i.e. in the same LINE only).

SRCHFOR abc SRCHFORC xyz, (+5)
SRCHFOR 'abc' search for abc in the current PDS or LIBRARY.

SRCHFOR C 'xyz', (+5) search for 'xyz' and (+5) in continuation (i.e. in the same line only).



Discussion

No Comment Found