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 |
Without using move verb how to move one variable to another.
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
what is the difference between perform varying and perform until
What are VS COBOL 11 special features?
can we redefine 77 level item is it possible
A table has two indexes defined. Which one will be used by the SEARCH?
How do you define a table/array in COBOL?
Name the divisions, which are available in a cobol program?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the maximum data length for Numeric DataType ?