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

output in A & B

Answer Posted / kumar

b=space only

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the purpose of coding class parameter in job statement?

713


How dummy is used in jcl?

643


which parameter is used to check the syntax of a jcl without executing it?

794


Name the statement which can be used to send data to another mvs jes3 node?

597


Explain how can values be passed from the job stream to an executable program?

613






I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1726


Where can program checkpoints be stored for use in a restart?

842


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7598


what is use of dsn parameter in dd statement?

666


What is the syntax of JCL statement?

689


which parameter is use to declare the name of dataset in dd statement?

726


how can you check if a file is empty using jcl?

809


What parameter directs the output of the job log dataset?

763


Explain how can an in-stream dataset be terminated?

693


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2162