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
How to display the index.(displacement from an array)
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What is the difference between CONTINUE & NEXT SENTENCE ?
How to concatenation one or more string?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
How include time & date in the report generation in cobol programing?
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
Can we put move statement in COBOL copybook
What is the point of the REPLACING option of a copy statement?
What are the different forms of EVALUATE statement?
Why would you use find and get rather than to obtain?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?