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?
No Answer is Posted For this Question
Be the First to Post Answer
What is Comm?
2 Answers IBM, Kemper Corporation,
What is the difference between goback, stop run and exit program in cobol?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
Name the sections present in data division.
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
What are the different types of condition in cobol and write their forms.
What are the functions like c or c++ in cobol?
What is the use of intialize verb?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
what are decleratives in cobol?