One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
CTS,
1 4477hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
CTS,
1 7205In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
HP,
2 8420How to view the hexa decimal value thru file aid if copy book is not present for that particular data
1 5613What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
1 5553Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
IBM,
3 10628We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
6 16982I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
2 5911I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
ABC,
1 4007Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
2454
Explain the purpose of dd * statement in jcl?
What is concatenating?
How gdg are concatenated?
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
how do you code a null statement?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
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 ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is it possible to left uncode disp? If yes, how?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the significance of addrspc parameter in the exec statement?
I need exexution process for JCL programs
How jcl is used for testing batch programs?
Is it possible to code instream data in a PROC?