I have some experience on working with batch Assembler programs in application development environment and now I have to work on online (CICS) Assembler environment.
I would need some pointers from experts on where to start with in order to write a new Assembler-CICS program with a simple screen and debug it to understand the concept.
I did some search on google but did not really got a good starting point.
Programming in Assembler Sample Program
Or you may get few more sample program by searching on Google or if I were you then I would pick any existing transaction and understand the work flow and then determine how Assembler or coding of it works which is faster to code the programs being novice.
If you know CICS then concept wouldn't change irrespective of the language used.
This should have been posted under CICS as you already know batch assembler.
Programming in Assembler Sample Program
Or you may get few more sample program by searching on Google or if I were you then I would pick any existing transaction and understand the work flow and then determine how Assembler or coding of it works which is faster to code the programs being novice.
If you know CICS then concept wouldn't change irrespective of the language used.
This should have been posted under CICS as you already know batch assembler.
Thanks Rohit for your reply !!
I thought since this is regarding Assembler code for CICS, I posted here. I am new to CICS too but have coded a few COBOL CICS program and was trying to convert them to Assembler.
Developing Assembler language applications
As asked before , Do you not have any existing transaction which does use map and assembler code? That would be the starting point for you if you know assembler language. Because forum wouldn't be able explain things in bits and bytes. All the best!!
As asked before , Do you not have any existing transaction which does use map and assembler code? That would be the starting point for you if you know assembler language. Because forum wouldn't be able explain things in bits and bytes. All the best!!
As of now I do not have access to client's environment where I can see live programs and debug them to understand flow.
I am preparing myself before I get to see the code so I have some background of it.
I do have Mainframe access but not that of my client's yet. I will go through the links provided by you and try out some stuff.