Answer Posted / pooja
Linkage- section is used to access the data which is sent
from external program. JCL can send maximum 100 characters
to a program thru PARM.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is an in line perform? When would you use it? Anything else you wish to say about it.
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 redefines clause in COBOL?
Which mode is used to operate the sequential file?
What is the difference between binary search and sequential search?
What are the various section in data division and briefly explain them.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
example for sub strings ? and refernce modifications whit output pls
Name the sections present in data division.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between perform … with test after and perform … with test before?