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
write a jcl to execute a job by 7:00 am on jan 20,1986?
which parameter is used to check the syntax of a jcl without executing it?
what is the difference between JES3 and JES2?
Can I share my data with other jobs? How?
What is the function of a dd statement?
How gdg are concatenated?
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.
Where & How Do You Code Identifier In Jcl?
Is their any set of rules for dd? Explain.
What are hierarchy levels in jcl?
what happens in execution stage in job processing?
In job processing, what happens in execution stage?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*