i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
IBM,
4 9467i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
IBM,
3 8617can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
IBM,
1 13893i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
L&T,
1 14978In 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
3 7530
which parameter is used to check the syntax of a jcl without executing it?
What is the purpose of dd dummy statement?
What is Cataloged Procedures?
Is automatic restart possible in jcl?
When output dataset space is required, what quantity categories are used?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the rules employed while naming the steps in a job?
Differentiate between addressing mode and run mode.
Explain how can a jobs execution priority be modified?
What is the difference between the positional and keyword parameters? Give examples.
what is JCL?
What are the parameter we cannot use in procedure?
which parameter is use to declare the name of dataset in dd statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How can a fb file convert to vb file using sort program?