I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
4 12467Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
CTS,
2 10262How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
1 10400what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
3 13904Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
IBM,
2870In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
CSC,
2 12383Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
7 25414Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
FIS,
2 7300A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
FIS,
1 10108Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
TCS,
1 17252In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
4 10061
How do you create a temporary dataset?
what are the various stages of job processing?
Brief description of inline procedure of jcl.
Explain the function of //jcllib statement?
Explain the jcl exec 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.
Explain the purpose of the dd keylen parameter?
What is jcl in mainframe?
Is condition checking possible in jcl?
What is one line to pass PARM from JCL to COBOL?
which utility is used a dummy utility?
What is multithreading in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Which statement is used to identify the private libraries in job?