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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Instream message can't be passed with in a proc with the help of
Ex:
// sysin DD *
Sort fields =copy
/*
So we have to create a control card.
Control card member is used to store instream data which has to be used with in a proc like
//Proc1 proc
//Step2 DD dsn=aggst.temp.ps(contmem),disp=shr,
..
..
..
//Pend
Ps: contmem is the member name which contains sysin DD * info
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
is this below syntax correct? CALL 'subprg' using A,B Please help
What is the difference between external and global variables in COBOL?
How many divisions we have in Cobol ?
How do u write test cases?
In EBCDIC, how would the number 1234 be stored?
How include time & date in the report generation in cobol programing?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
What is tne need to use sub programs in Cobol?
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 differences between COBOL and java ? why we are giving more preference to COBOL ?
What is an index for tables?