I have two input SORTIN files and We need to create one
SORTOUT file which contains data of both input files. What
is the SortCard for this?. Suppose the length of the both
files are different, then How we do it? Please reply ASAP
Answer Posted / srinivas yadav
any one plz write the code for this.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can the submitting users racf authority be overridden in a job stream?
What is use of restart and how to use it?
What do you know about jcl?
Why include statement is used in a jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
i want to store 20 digits . how will u do it in cobol ?
what is the purpose of coding class parameter in job statement?
How jcl work to handle various input output file operations?
how would you create a temporary dataset? And where will you use them?
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?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What is the purpose of disp parameter?
Explain the function of a dd statement?
What happens if both JOBLIB & STEPLIB is specified ?