Hi BrembM3,
The DSNINFO does not send any display by itself, so you should have something which does it.
If you want us to have a look just poste the complete code.
Regards,
Tzu.
Hello KiwiREXXDude,
If you read it correctly, I wrote that my ISPPROF was duplicated, so there is no risk of contentions.
But your solution work too, thanks KiwiREXXDude.
For suchatterjee the last time I got an abend u0999, it was because I tried to access one table which was already old by...
Hi suchatterjee,
I use the ISPPROF to simulate one TSO session, so my ISPPROF is one copy of my logonid.ISPF.ISPPROF.
I can see that yours is with disp=new.
Here is one of my JCL :
//S1 EXEC PGM=IKJEFT01,DYNAMNBR=45,REGION=2048K
//ISPPROF DD DSN=XXXX.BATCH.ISPPROF,DISP=SHR...
Hello Suchatterjee,
I think you have to give us more informations, can you for example show us the complet JCL ?
I noticed that you use IKJEFT1A is it a clone of IKJEFT01 ?
Are you using also the card ISPPROF ?
I use the LM command myself on batch and it works find, so something should be...
Hello tidyboy,
First you should know the kind of dasd you are working with.
For example if you are working with 3390 mode, your track will be 56664 bytes.
Second you should know the LRECL length.
If the length of your LRECL is 27998 bytes then you will be able to put two of them on one...
Hello Tpms2000,
You can try the book of Carmine a. Cannatello
Advanced Assembler Language and MVS Interfaces.
It is a good book with a lot samples, you can even buy the complet set of programmes given in this book.
Regards,
Tzu.
Hello Newbie2u,
You can just use a SORT jcl like :
//*
//*===================================================================
//*
//* EXCLUDE DOUBLES IN...
Hello Gopi,
You just open the file, but you do not read read them.
The manual say :
If you specify a value of zero (0), no I/O operations are performed
unless you also specify either OPEN, FINIS, or both OPEN and...
Hi deveshjogal,
Sorry for my late reply,
You can try this code :
/* REXX */
/* TRACE I */
MESSAGE_SETTING = MSG("OFF")
ADDRESS ISPEXEC "CONTROL ERRORS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.