how many max steps can we use in a job? pls answer to my
question

Answer Posted / guest

255

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1033


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

779


Is it possible to left uncode disp? If yes, how?

704


what is the compile process of cobol program expalin with code

1997


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2050






What are steplib and joblib? What for they are used?

688


Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:

3528


What do you understand by jcl?

625


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5058


when does a dataset go uncataloged?

826


Is it possible to code instream data in a PROC?

748


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

921


How can a stopped job be started again?

707


Explain the function of the dd dcb keyword?

695


How to pass data to a program that is coded in an exec statement?

820