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
How is the record format of an output dataset specified?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
List in order the hierarchical levels of jcl?
What is condition checking in jcl? Is this possible?
what is DSN in JCL and what are the parameters to declare the DSN?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the function of //cntl statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the purpose of dd * statement in jcl?
how you can direct the data to spool using SYSOUT option?
Is automatic restart possible in jcl?
what is the compile process of cobol program expalin with code