what are the technical terms for
//
/*
in jcl
Answers were Sorted based on User's Feedback
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
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.
Please give me the coding for converting VB to FB and FB to VB
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
How to find in aparticular step how many versions a paricular gdg base have?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
i just need the first and last record from a sequencial file?how
How many instream we can write in single jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Is condition checking possible in jcl?