Joined: 08 May 2006 Posts: 441 Location: Dublin, Ireland
Have you consulted the manual(s) ?? Your first question is not related to CICS, it's a Cobol question. The second is very basic CICS and clearly explained in the manuals (see link at top of page).
Joined: 16 Feb 2007 Posts: 837 Location: Pune, India
Hi Click [url=http://www.ibmmainframes.com/programs.php
]This link to programs[/url]
Check below programs.
Check below samples.
They are ordered in the way that till last program in the list you learn well
Quote:
Programming Language: CICS
SAMPLE HELLO WORLD PROGRAM IN CICS
VSAM/ESDS FILE MANIPULATION IN CICS
VSAM/RRDS FILE MANIPULATION IN CICS
VSAM/KSDS FILE MANIPULATION IN CICS
TSQ FILE MANIPULATION IN CICS
TDQ FILE MANIPULATION IN CICS
DISPLAYING ALL RECORDS IN ONE SCREEN DYNAMIC MULTIPAGE
MORE PSEUDO CONVERSATION IN ONE PROGRAM
SENDING ONLY THE SELECTED FIELDS FROM A MAP
ALL IN ONE CICS PROGRAM
In that code I could not understand whats the
NUMI,NAMEI and whats the NUMO, NAMEO
In this http://www.ibmmainframes.com/programs.php link
under this title
'ALL IN ONE CICS PROGRAM'(Map as well as program resides)
the map of the program resides . Can anyone refer to it and tell me
look at the cics manuals and read about BMS naming conventions,
a small hint, when declaring an inout map field as in the link
the <field_name> in the input and output copybooks becomes
<field_name> <field_name>I for input
<field_name> <field_name>O for output