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

In job processing, what happens in execution stage?

0 Answers  


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

0 Answers  


in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes

4 Answers  


What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?

4 Answers  


what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?

1 Answers  






What is a GDG? Why do we go for a GDG ? utility used to create GDG?

3 Answers   Xansa,


State the uses of syspring, sysin, sort fields, sum fields and dummy.

0 Answers  


What are the parameter we cannot use in procedure?

0 Answers  


how many max steps can we use in a job? pls answer to my question

3 Answers   TCS,


a dd statement has 2 types of parameters. Name them?

0 Answers  


Differentiate between the joblib and the steplib statements?

0 Answers  


Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?

1 Answers   Thomson,


Categories