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
What are the rules of the move verb?
What are the pertinent COBOL commands?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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.
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between Global and External Variables?
What the difference is between continue and next sentence?
What is difference between static and dynamic call in cobol?
What is the Purpose of Pointer in the string?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why occurs cannot be used in 01 level in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between comp and comp-3?