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 Control Break processing ?
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
What is a subscript ?
What is Comm?
2 Answers IBM, Kemper Corporation,
Name the divisions, which are available in a cobol program?
what is the use of keep and pass in disp
How do we get current date from system with century?
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
) How do u handle errors in BMS macro?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
What is 88 level used for ?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?