Our issue is there seems to be a disconnect, or no link,
between our SELECT statement and our SD. We had
SELECT SORT-FILE and SELECT SORT-FILE
ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1
SORTWRK2
SORTWRK3
SORTWRK4.
with SD SORT_FILE
RECORD CONTAINS 7833 CHARACTERS.
In either case, at run time, the system ignored our
SORTWRK# DD statements and allocated 16 sort works with the
SORTWK## naming convention. Any ideas why the system does
not recognize the connection? We do not even need the
SORTWRK DD statements. Thanks
No Answer is Posted For this Question
Be the First to Post Answer
What are the different ways to run a COBOL DB2 program using JCL?
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
what is the difference between perform varying and perform until
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
can you declare redefine in level 01?
how to access the file from prodution from changeman tool and to submit a file to production
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
what is the difference between PA & PF keys?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is IMPACT analysis?
what is S04E error in jcl?
11 Answers IBM, L&T,
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue