¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
COBOL COPY STATEMENT
Another question for VSE COBOL Experts: VSE/ESA 2.4 and VSE COBOL 1.1.1 - I have copybook member FILE01.A in USER.LIB sublibrary. - in JCL in compiling step i have DEFLIB definition: // LIBDEF
By Crni Mrki, DK4BN · #220 ·
Re: CICS in which LIB?
Yes. regards; Rahim
By Rahim Azizarab · #219 ·
Re: CICS in which LIB?
Thank you! Then, theoretically, if I want to use my own LIB I can simply add this lib in LIBDEF concatenation in CICS startup JCL?
By Crni Mrki, DK4BN · #218 ·
Re: CICS in which LIB?
Whichever library you may have in your cics jcl's // LIBDEF *,SEARCH=(PRD1.MACLIB,PRD2.BASE,PRD2.SCEEBASE),PERM regards; Rahim
By Rahim Azizarab · #217 ·
CICS in which LIB?
One question for VMS/ESA, if anyone knows answer. In which lib go cics compiled objects and maps that cics can find them?
By Crni Mrki, DK4BN · #216 ·
Re: dos/vs 3270
Alex, Got it installed and running. Very neat, now to try and understand it all. I did find the samp327R in the "z" subdirectory. I was looking in :"a". Thank you for all your help. Cheers Tom c
By Tom Chandler · #215 ·
Re: dos/vs 3270
Alex, Thank you very much. Just what I was looking for.. Contact me off list if you can. Cheers Tom c ps: Worked in the UK back in the 1980's and probably spent more time in Scotland, than in London.
By Tom Chandler · #214 ·
Re: dos/vs 3270
Hi Tom Sorry for delay, Hogmanay / New Year and all that. Serious business in Scotland. I am also running the R34 five pack system, The sample assembler code is in the Z. sublib of the source library.
By Alex Sim · #213 ·
Re: dos/vs 3270
Tom, If you look at http://www.jaymoseley.com/hercules/usermods/index.htm, there is a fix for the mvs38j version of this samplib member. Whether alex was refering to this, I know not.. but it might be
By cjar1950@... · #212 ·
Re: dos/vs 3270
Alex, Thank you for your response. I have looked in all of my source statement libraries and can not find the referenced program. I am running the dos/vs Rel 34 5Pack system. Could you please send me
By Tom Chandler · #211 ·
Re: dos/vs 3270
Hi Tom There is a supplied sample 3270 assembler program named SAMP327L in the Source library. I think that could be a good reference point. It uses BTAM to talk to a local 3270 device so VTAM is not
By Alex Sim · #210 ·
multiple csects
Next issue, I have a ASM program that is bigger than 4K.? I could use multiple base registers, but rather would like to use only one.? So I am trying to figure out how to use multiple csects, etc.
By Tom Chandler · #209 ·
dos/vs 3270
I am working on a program, and I wish to run it in a local attached 3270, instead of output to the console. Does anyone have sample code and/or pointers to what I may be looking forward. Cheers Tom c
By Tom Chandler · #208 ·
Re: gcc
Steen, GCC does not use any work files. Probably to ask on the Hercules-380 list, but normally GCC will read source and write assembler output on the standard units (I am not a DOS person). You then
By Dave Wade · #207 ·
Re: VTAM DOS/VS
Steen, Some actual VTAM manuals for the VTAM you are using will be extremely valuable when working with this one.Tom, thanks. I grabbed it while the grabbing was good. Harold Grovesteen
By Harold Grovesteen · #206 ·
Re: gcc
I have no idea of the requirements of the C compiler but my best guess is that it needs some workfiles. E.g. the assembler needs definitions like: // ASSGN SYS001,X'342' // ASSGN SYS002,X'342' //
By Steen Hansen · #205 ·
Re: VTAM DOS/VS
Sir, Found the following manual. It has complete section on DOS/VS, VTAM w/3704 with sample configuration and job streams. Got to read a lot, but maybe a solution. G320-6028 Technical Bulletin SNA
By Tom Chandler · #204 ·
Re: VTAM DOS/VS
Have you defined the NETSOL (Network Solicitor) messages? When the terminal is activated to VTAM it is initially assigned to the network solicitor function within VTAM. It is to this component that
By Harold Grovesteen · #203 ·
Re: VTAM DOS/VS
Sir, Thank you for the information. I have my DOS/VS as follows: Highest to Lowest F1 Power F2 VTAM F3 Batch F4 Batch BG Batch This "appears" to work. VTAM comes up and I can issue commands to it and
By Tom Chandler · #202 ·
Re: gcc
Got dos/vs gcc compiling and linking under dos/vs.? However, when I try and run a test compile: * $$ JOB JNM=GCC3,CLASS=0 * $$ LST LST=SYSLST,CLASS=A,RBM=999999 // JOB GCC3 // EXEC GCC,SIZE=AUTO int
By Tom Chandler · #201 ·