what happens in conversion stage in job processing?
No Answer is Posted For this Question
Be the First to Post Answer
what is static and dynamic call with examples?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
wht is step lib n job lib ? where can we code joblib n steplib ?
I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
how to run batch program without jcl?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
What is the motivation behind coding class parameter in job statement?
after submiting the jcl.how do you know that the job has been completed.
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??