Answer Posted / satyasivaji.ch
It is an data exception,occurs due to wen ur entered
non-numeric data in numeric fieid.
| Is This Answer Correct ? | 104 Yes | 9 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Why block size is multiple of lrecl in jcl?
How to submit jcl through a cobol program?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What are steplib and joblib? What for they are used?
What are the 4 fields in dd statement?
Explain dfsort utility?
How can unused space allocation be returned to the system when a dataset is closed?
Explain how can the submitting users racf authority be overridden in a job stream?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
When space is allocated for an output dataset, what units can be used?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Is it possible to code instream data in a PROC?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
a dd statement has 2 types of parameters. Name them?