Answer Posted / shiva
1.IS USED TO DECLARE FIELDS TO PASS DATA FRM JCL TO COBOL
2.IS USED TO DECLARE FIELDS TO PASSS DATA BTWN PROGRAMS
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What are the pertinent COBOL commands?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to remove 2 duplicate records and copy only one using job control language?
What is a SSRANGE and NOSSRANGE?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the usage of comp fields in cobol?
how do you reference the esds vsam file formats from cobol programs
What is the difference between Call and a Link?
i need a small 3d program using inline and outline.
Write a program that uses move corresponding.
Name the divisions, which are available in a cobol program?
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