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
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
What are the different rules for performing sort operation?
how to transfer the file from pc to mainframe??
How do you get the data to code the BMS macro?
What is perform what is varying?
How many bytes do a s9 (7) comp-3 field occupy?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
comp-3 field occupy?
The maximum number of dimensions that an array can have in COBOL-85 is ?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.