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 |
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
What is SSRANGE, NOSSRANGE ?
What are the different open modes available in cobol?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
What is the size of s9(19)comp3? explain
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
What is comp-1 and comp-2?
how will u find out 3rd week's 2nd day using occurs ?
I know my query will return more than one row but I don't want cursor what should I do?
How can you display the SPOOL information ?
Can we move X(7) to S9(7) COMP?