Answer Posted / guest
there are four divisions in cobol
identification division
environment division
data division
procedure division
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
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
Write down the divisions of cobol program?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are 77 levels used for?
Differentiate between structured cobol programming and object-oriented cobol programming.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the LINKAGE SECTION used in COBOL?
How arrays can be defined in COBOL?
What is Pic 9v99 Indicates in COBOL?
What is the difference between comp and comp-3 usage?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
IF I mention stop run in CICS what happens?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do we get current date from system with century in COBOL?