wht do u mean by (*,intrdr) wht is * used for ?
Answers were Sorted based on User's Feedback
Answer / shaan
(*,intrdr) is used to submit jcl from cobol program by
coding it as
//seqflo dd sysout=(*,intrdr),where seqflo is the file name
which contains the jcl statements to be submitted.
Here * represents the same msgclass coded in the job step.
| Is This Answer Correct ? | 9 Yes | 2 No |
what is the difference between start and startbr?
how we can edit records in vsam data set and non vsam data sets
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
describe 805 error
What is Static and Dynamic linking ?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
) what is the difference between AID and HANDLE AID?
what is the minimum number of lines a Cobol program should have to successfully compile and run
Can you please let me know the centre name of INS certification in Kolkata.
What is SDSF?
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please