Suppose there are 2 Input files Infile-1 and Infile-2. Both
the Files contain Employee Records. You need to compare both
the files and Write the Common Records in third file named
Outfile. How can we do this using File-Aid?
Explain about LMQUERY�give a dialog information about a data set
In how ways you can pass the data from Jcl to cobol ?
how many max steps can we use in a job? pls answer to my question
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
which utility is used a dummy utility?
How to compare 2 files using File-Aid?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
Which COND paramter will u use to execute the step only if the previous step does not execute
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?