i have a ps with two columns eno and ename , i need to copy
eno column values in one ps and ename column values in one
Ps ? is it possible through iebgener . how ? thx in advance
Answer / krishna
//job card
//step1 exec pgm=IEBGENER
//SYSUT1 DD DSN=SOURSE, DISP= SHR
//SYSUT2 DD DSN=ENODATASET , DISP=SHR
//SYSIN DD *
PRINT MAXFLDS=1
RECORD FIELD=("ENO COL LENGHT", 1, , 1)
//STEP2 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=SORSES, DISP=SHR
//SYSUT2 DD DSN=ENAMEDATASET, DISP=SHR
//SYSIN DD *
PRINT MAXFLDS=1
RECORD FIELD=(ENAME LEGTH,STARIN POS, , 1)
Is This Answer Correct ? | 14 Yes | 0 No |
what happens if job falls in loop ? how to resolve it ?
what does mvs stand for?
hi 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..
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What are s0c1, s0c4, s0c5, s0c7 and socb?
how can the same proc be re-used and called by many jobs?
Explain about User Information
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
Describe the EXEC statement, its meaning, syntax and keywords?
How to find in aparticular step how many versions a paricular gdg base have?
how do you access an uncataloged dataset in a jcl?
what is the alternative to model parameter?