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 9309i 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 8473can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
IBM,
1 13778i 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 14899In 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 7383
in ways data can be passed to a COBOL program from JCL?
Explain about LMFREE�free data set from its association with data ID
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Is acct parameter mandatory?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is SOC4 error?
Explain dd statement in jcl?
What is multithreading in jcl?
which parameter is use to declare the name of dataset in dd statement?
What is catelog procedure and how many catelog procedure to use in one job?
What are steplib and joblib? What for they are used?
Why block size is multiple of lrecl in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the purpose of disp parameter?