Answer Posted / prashanthkodakani
soc7: 'data exception error'-a non numeric operation on
numeric field
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Can an individual step be restricted from using all the jobs allowed cpu time?
How would you understand error(execution phase)?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How dummy is used in jcl?
List the various advantages of using jcl language?
Explain the job statement in jcl?
Explain the function of a dd statement?
List the different components of jcl statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What are the 4 fields in dd statement?
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.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain dfsort utility?
how do you access an uncataloged dataset in a jcl?