Syntax of AMS modal commands ?
Answer / guest
Note: these can be used only under IDCAMS and not from the
TSO prompt.
IF LASTCC(or MAXCC) >(or <,= etc..) value -
THEN -
DO -
command set (such as DELETE, DEFINE etc..)
ELSE -
DO -
command set
LASTCC - Condition code from the last function (such as
delete) executed
MAXCC - Max condition code that was returned by any of the
prev functions
SET is also a valid AMS command. SET LASTCC (or MAXCC) = value
The maximum condition code is 16. A cond code of 4 indicates
a warning. A cond code of 8 is usually encountered on a
DELETE of a dataset that is not present.
| Is This Answer Correct ? | 3 Yes | 2 No |
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
why ci and ca splits are not possible in esds and rrds?
how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsam file please can any one answer ?
Describe the uses of ams?
name a few common vsam status codes?
What are the different types of VSAM files available?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
Would you specify freespace ce for an esds?
Define free space?
Explain the function of entry-sequenced data set?
What is an RBA in rrds? What does it do? What is it used for?
max how many AIX coded in a vsam dataset??