what is the difference between external and global
variables?
Answer Posted / guest
Global variables are accessible only to the batch program
whereas external variables can be referenced from any batch
program residing in the same system library.
| Is This Answer Correct ? | 19 Yes | 10 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
i need a small 3d program using inline and outline.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between next sentence and continue in cobol programing language?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
what is s000 u4087 error? please give the all error codes in cobol,jcl.
example for sub strings ? and refernce modifications whit output pls
how do you reference the variable block file formats from cobol programs
What is the difference between perform … with test after and perform … with test before?
What is static and dynamic call in cobol?
What is rmode(24)
What is inspect in cobol ?