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 |
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
how to access the file from prodution from changeman tool and to submit a file to production
what is the difference between PA & PF keys?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
What is the point of the REPLACING option of a copy statement?
What do you do to resolve SOC-7 error?
How to resolve the soc4 and soc7 errors?
i want a program using by if, evaluate , string, unstring, perform, occurs?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
how to convert the recors form vsam file to db2 table tru file aid
What is LENGTH in COBOL II?