Answer Posted / romi
Jcl is not used for programing..Its use to run the program
in the mainframe environment?
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
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
what is the difference between COBOL2 AND COBOL390?
How do you reference the following file formats from cobol programs?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is search and searchall?what is the diffrence between them?give an best example?
Are you comfortable in cobol or jcl?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between perform … with test after and perform … with test before?
How do get the result of your program directly on your pc?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the fixed unblock file formats from cobol programs