01 A.
10 B pic X(10).
move spaces to A.
move spaces to B.

output in A & B

Answer Posted / harsha

Both A abd B will be spaces

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about LMFREE�free data set from its association with data ID

1012


Explain the jcl exec statement?

653


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

858


Is automatic restart possible in jcl?

749


what is use of space parameter in dd statement?

760






What does a disposition of (new,catlg,keep) for a dsn mean?

620


is there any way to execute more than one proc in the same exec statement at the same time..?

2115


what is “Cond= even” and “Cond=only”?

746


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

753


What is timing concept in mainframe?

1664


Can we use DISP=SHR in output file in JCL

959


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

653


Is automatic restart possible in jcl? If yes, how?

663


What is the function of a dd statement?

709


Explain the function of the steplib dd statement?

654