what are the paramater we cannot use in procedure?how many
instream we can write in single jcl?can we call instream to
catalog and ctalog to instream?
Answer Posted / vasanthymca
sysin dd * we cannot use in procedure,15 instream proc we
can code.we can call instream to catalog.but we cannot call
catalog to instream
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
Which is not true about evaluate statement
What is the difference between perform … with test after and perform … with test before?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are all the divisions of a COBOL program?
A table has two indexes defined. Which one will be used by the SEARCH?
) how do u code after getting data?
How do define dynamic array in cobol.
Are you comfortable in cobol or jcl?
Can we redefine the field of x(200) to less than 200?
Can a Search can be done on a table with or without Index?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between Global and External Variables?