Answer Posted / shenbagasundari pilavadian
Scope terminator is used to delimit the range of operation
for COBOL conditional statements.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
how do you reference the ksds vsam file formats from cobol programs
What is the LINKAGE SECTION used in COBOL?
what is the use of outrecord?
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?
Explain about different table spaces.
What are the different types of condition in cobol and write their forms.
How you can characterize tables in cobol?
what is difference between cobol and cobol/400
When is inspect verb is used in cobol?
What is the difference between PIC 9.99 and 9v99 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 happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do you get the data to code the BMS macro?
What are the rules of the move verb?