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
When will we need to specify Space parameter ?
What is the purpose of dd dummy statement?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
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)
What is the maximum length of a single line of jcl?
Explain about RECORDING MODE Clause
how you will the direct the data to spool using sysout option?
How do you overcome this limitation ?
what is force complete
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,