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
Explain the function of //cntl statement?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
How do you submit a JCL under CICS environment ?
is there any way to execute more than one proc in the same exec statement at the same time..?
In job processing, what happens in execution stage?
How do you submit a JCL under CICS environment ?
What is the difference between the positional and keyword parameters? Give examples.
What is the purpose of dd dummy statement?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
Can we have a JOBSTEP without any EXEC ?
What is a COND parameter in JCL?