i want apply mainframe devolper with 3+ but i dont have
that much of knowledge what isthe solution to get that much
of knoweldge?
Answer / vinay srivastava
Go thru Standard books :
JCL : Ranade
COBOL : Stern & Stern
DB2 : C J Date
IMS : Steve Eckols Part I and II
Is This Answer Correct ? | 8 Yes | 0 No |
Explain the jcl exec statement?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
What are the parameters that are used in creating a gdg?
Explain about LMINIT - generate a data ID for a data set
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
what is instream data
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
if we give TIME=0 how many sec that job/step
What is the use of IEBGENER ?
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
What is the use of the utility DFSRRC00 in the JCL?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???