Answer Posted / raghuveer
change the non numric data given into numeric
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Is it possible to left uncode disp?
What do you understand by the term job time – out and how can you overcome that?
how you can direct the data to spool using SYSOUT option?
what is the compile process of cobol program expalin with code
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain dfsort utility?
What does a disposition of (new,catlg,keep) for a dsn mean?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can the disposition of sysout datasets be set for an entire jobstream?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
In sms datasets, what is the function of the dd avgrec keyword?
what is the difference between JES3 and JES2?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?