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 |
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
where do u use low-value and high value in cobol
diffrence between renames and redifnes with examples
what is the coding difference between COBOL and CICS.
what is record label is empty or standard in file description of data division?
How to recover a deleted source physical file from library?
What are the different data types available in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to pass return codes from cobol to jcl?
Give some advantages of REDEFINES clause?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,