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

output in A & B

Answers were Sorted based on User's Feedback



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

Answer / harsha

Both A abd B will be spaces

Is This Answer Correct ?    11 Yes 0 No

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

Answer / kumar

b=space only

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More JCL Interview Questions

What are some jcl statements that are not allowed in procedures?

0 Answers  


Are there any set of rules for the names of the steps used in a job?

0 Answers  


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


i have step1,step2,step3 from where can i start coding cond parameter ?

2 Answers   Verizon,


i just need the first and last record from a sequencial file?how

2 Answers  






A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

1 Answers   IBM,


What is GDG and what is the maximum limit of versions that can be created?

9 Answers   Convergys,


CAN ANYONE TELL ME WHAT IS "JOB-CARD"

4 Answers   Syntel,


In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

3 Answers   Patni,


Brief description of inline procedure of jcl.

0 Answers  


What is the function of dd disp parameter?

0 Answers  


what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


Categories