How do you code Cobol to access a parameter that has been
defined in JCL?
Answer Posted / shan
Ff it is SYSIN input in JCL,
ACCEPT <VARIABLE> FROM SYSIN
If it parameter is give through PARM, then COBOL program
should recieve through LINKAGE SECTION
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
How you can characterize tables in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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.
What are the various section in data division and briefly explain them.
In COBOL, what is the different between index and subscript?
How do get the result of your program directly on your pc?
How are the next sentence and continue different from each other?
Have you used comp and comp-3 in your project? And how?
What is comp-1 and comp-2?
how do you define single dimensional array and multidimensional array in your cobol?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between PIC 9.99 and PIC9v99?
Define static linking and dynamic linking.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.